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 | ?E?H | 00111111010001010011111101001000 | 3f453f48 |
SJIS-WIN | 鯤E襍H | 111010011100100001000101111010001011010101001000 | e9c845e8b548 |
EUC-JP | 鯤E襍H | 111100101100101001000101111100001011011101001000 | f2ca45f0b748 |
UTF-8 | 鯤E襍H | 1110100110101111101001000100010111101000101001011000110101001000 | e9afa445e8a58d48 |
UHC | 鯤E?H | 1100110111100110010001010011111101001000 | cde6453f48 |
SJIS-Win,EUC-JP: Classic charsets mainly used as Japanese encoding set on Windows(SJIS-Win=CP932) and UNIX(EUC-JP)