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 | ?????? | 001111110011111100111111001111110011111100111111 | 3f3f3f3f3f3f |
SJIS-WIN | 禪?蓚?禪倭 | 11100010010101110011111111100100111010010011111111100010010101111001100001100000 | e2573fe4e93fe2579860 |
EUC-JP | 禪?蓚?禪倭 | 11100011101110000011111111101000111010110011111111100011101110001100111111000001 | e3b83fe8eb3fe3b8cfc1 |
UTF-8 | 禪렯蓚롙禪倭 | 111001111010011010101010111010111010000010101111111010001001001110011010111010111010000110011001111001111010011010101010111001011000000010101101 | e7a6aaeba0afe8939aeba199e7a6aae580ad |
UHC | 禪렯蓚롙禪倭 | 111000001100100110001110101111001110001010111110100011101101110111100000110010011110100011011110 | e0c98ebce2be8edde0c9e8de |
SJIS-Win,EUC-JP: Classic charsets mainly used as Japanese encoding set on Windows(SJIS-Win=CP932) and UNIX(EUC-JP)