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 | ??? | 001111110011111100111111 | 3f3f3f |
SJIS-WIN | 弍紮耒 | 100110001010111111100011010001101110001111001110 | 98afe346e3ce |
EUC-JP | 弍紮耒 | 110100001011000111100101101001111110011011010000 | d0b1e5a7e6d0 |
UTF-8 | 弍紮耒 | 111001011011110010001101111001111011010010101110111010001000000010010010 | e5bc8de7b4aee88092 |
UHC | ?紮? | 00111111111100111100111100111111 | 3ff3cf3f |
SJIS-Win,EUC-JP: Classic charsets mainly used as Japanese encoding set on Windows(SJIS-Win=CP932) and UNIX(EUC-JP)