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 | ?斤??鰻。 | 001111111000101111010010001111110011111110001001010101101000000101000010 | 3f8bd23f3f89568142 |
EUC-JP | ?斤??鰻。 | 001111111011011011010100001111110011111110110001101101111010000110100011 | 3fb6d43f3fb1b7a1a3 |
UTF-8 | 렺斤렕렺鰻。 | 111010111010000010111010111001101001011010100100111010111010000010010101111010111010000010111010111010011011000010111011111000111000000010000010 | eba0bae696a4eba095eba0bae9b0bbe38082 |
UHC | 렺斤렕렺鰻。 | 100011101100001011010000110001011000111010101010100011101100001011011000110001001010000110100011 | 8ec2d0c58eaa8ec2d8c4a1a3 |
SJIS-Win,EUC-JP: Classic charsets mainly used as Japanese encoding set on Windows(SJIS-Win=CP932) and UNIX(EUC-JP)