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 | ????B | 0011111100111111001111110011111101000010 | 3f3f3f3f42 |
SJIS-WIN | 偃?偃?B | 10011000111011100011111110011000111011100011111101000010 | 98ee3f98ee3f42 |
EUC-JP | 偃?偃?B | 11010000111100000011111111010000111100000011111101000010 | d0f03fd0f03f42 |
UTF-8 | 偃땓偃땓B | 11100101100000011000001111101011100101011001001111100101100000011000001111101011100101011001001101000010 | e58183eb9593e58183eb959342 |
UHC | 偃땓偃땓B | 111001011110011110001011011010011110010111100111100010110110100101000010 | e5e78b69e5e78b6942 |
SJIS-Win,EUC-JP: Classic charsets mainly used as Japanese encoding set on Windows(SJIS-Win=CP932) and UNIX(EUC-JP)