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 | 100011000111011110000011110001100011111101000010 | 8c7783c63f42 |
EUC-JP | 詣θ?B | 101101111101100010100110110010000011111101000010 | b7d8a6c83f42 |
UTF-8 | 詣θ깷B | 111010001010100110100011110011101011100011101010101110011011011101000010 | e8a9a3ceb8eab9b742 |
UHC | 詣θ깷B | 11100111111000011010010111101000100000111010010101000010 | e7e1a5e883a542 |
SJIS-Win,EUC-JP: Classic charsets mainly used as Japanese encoding set on Windows(SJIS-Win=CP932) and UNIX(EUC-JP)