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 | ??????pB | 0011111100111111001111110011111100111111001111110111000001000010 | 3f3f3f3f3f3f7042 |
SJIS-WIN | ??????pB | 0011111100111111001111110011111100111111001111110111000001000010 | 3f3f3f3f3f3f7042 |
EUC-JP | ??????pB | 0011111100111111001111110011111100111111001111110111000001000010 | 3f3f3f3f3f3f7042 |
UTF-8 | 셍렯렽롃렽샵pB | 1110110010000101100011011110101110100000101011111110101110100000101111011110101110100001100000111110101110100000101111011110110010000011101101010111000001000010 | ec858deba0afeba0bdeba183eba0bdec83b57042 |
UHC | 셍렯렽롃렽샵pB | 1011110011000100100011101011110010001110110001011000111011001010100011101100010110111100101001010111000001000010 | bcc48ebc8ec58eca8ec5bca57042 |
SJIS-Win,EUC-JP: Classic charsets mainly used as Japanese encoding set on Windows(SJIS-Win=CP932) and UNIX(EUC-JP)