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 | ?^ | 0011111101011110 | 3f5e |
SJIS-WIN | 滸^ | 100111111111010101011110 | 9ff55e |
EUC-JP | 滸^ | 110111101111011101011110 | def75e |
UTF-8 | 滸^ | 11100110101110111011100001011110 | e6bbb85e |
UHC | 滸^ | 111110111100101001011110 | fbca5e |
SJIS-Win,EUC-JP: Classic charsets mainly used as Japanese encoding set on Windows(SJIS-Win=CP932) and UNIX(EUC-JP)