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 | ???? | 00111111001111110011111100111111 | 3f3f3f3f |
SJIS-WIN | 襭炊遣證 | 1110011001000010100100001000011010001100101011011110011010011010 | e64290868cade69a |
EUC-JP | 襭炊遣證 | 1110101110100011101111111110011010111000101011111110101111111010 | eba3bfe6b8afebfa |
UTF-8 | 襭炊遣證 | 111010001010010110101101111001111000001010001010111010011000000110100011111010001010110110001001 | e8a5ade7828ae981a3e8ad89 |
UHC | ?炊遣證 | 00111111111101101010011111001100101110101111000111111011 | 3ff6a7ccbaf1fb |
SJIS-Win,EUC-JP: Classic charsets mainly used as Japanese encoding set on Windows(SJIS-Win=CP932) and UNIX(EUC-JP)