To what bitstring a character(s) is encoded in each character set?
Input one character or short letters and click "Convert."
Charset | Character | Bit string (binary) | Bit String (hexadecimal) |
---|---|---|---|
ISO-8859-1 | ??????HQ] | 001111110011111100111111001111110011111100111111010010000101000101011101 | 3f3f3f3f3f3f48515d |
SJIS-WIN | ??????HQ] | 001111110011111100111111001111110011111100111111010010000101000101011101 | 3f3f3f3f3f3f48515d |
EUC-JP | ??????HQ] | 001111110011111100111111001111110011111100111111010010000101000101011101 | 3f3f3f3f3f3f48515d |
UTF-8 | 횄짤횄징횂혳HQ] | 111011011001101010000100111011001010011110100100111011011001101010000100111011001010011110010101111011011001101010000010111011011001100010110011010010000101000101011101 | ed9a84eca7a4ed9a84eca795ed9a82ed98b348515d |
UHC | 횄짤횄징횂혳HQ] | 110000111000001111000010101010011100001110000011110000101010000111000011100000101100001010011010010010000101000101011101 | c383c2a9c383c2a1c382c29a48515d |
SJIS-Win,EUC-JP: Classic charsets mainly used as Japanese encoding set on Windows(SJIS-Win=CP932) and UNIX(EUC-JP)