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 | ??h | 001111110011111101101000 | 3f3f68 |
SJIS-WIN | 漆杓h | 1000111010111101100011101101101101101000 | 8ebd8edb68 |
EUC-JP | 漆杓h | 1011110010111111101111001101110101101000 | bcbfbcdd68 |
UTF-8 | 漆杓h | 11100110101111001000011011100110100111011001001101101000 | e6bc86e69d9368 |
UHC | 漆杓h | 1111011011010100111110001111010101101000 | f6d4f8f568 |
SJIS-Win,EUC-JP: Classic charsets mainly used as Japanese encoding set on Windows(SJIS-Win=CP932) and UNIX(EUC-JP)