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 | 00111111001111110011111101000010 | 3f3f3f42 |
SJIS-WIN | 咫貊?B | 100110100100000011100110101110110011111101000010 | 9a40e6bb3f42 |
EUC-JP | 咫貊?B | 110100111010000111101100101111010011111101000010 | d3a1ecbd3f42 |
UTF-8 | 咫貊홧B | 11100101100100101010101111101000101100101000101011101101100110011010011101000010 | e592abe8b28aed99a742 |
UHC | 咫貊홧B | 11110010101000011101100011100111110010001011000101000010 | f2a1d8e7c8b142 |
SJIS-Win,EUC-JP: Classic charsets mainly used as Japanese encoding set on Windows(SJIS-Win=CP932) and UNIX(EUC-JP)