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 | ????? | 0011111100111111001111110011111100111111 | 3f3f3f3f3f |
SJIS-WIN | 烝?支?雍 | 1110000001111110001111111000111001111000001111111110100010110100 | e07e3f8e783fe8b4 |
EUC-JP | 烝?支?雍 | 1101111111011111001111111011101111011001001111111111000010110110 | dfdf3fbbd93ff0b6 |
UTF-8 | 烝렮支렣雍 | 111001111000001110011101111010111010000010101110111001101001010010101111111010111010000010100011111010011001101110001101 | e7839deba0aee694afeba0a3e99b8d |
UHC | 烝렮支렣雍 | 11110001111101101000111010111011111100101010100010001110101101001110100010111100 | f1f68ebbf2a88eb4e8bc |
SJIS-Win,EUC-JP: Classic charsets mainly used as Japanese encoding set on Windows(SJIS-Win=CP932) and UNIX(EUC-JP)