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 | 襭炊遣粢 | 1110011001000010100100001000011010001100101011011110001011100101 | e64290868cade2e5 |
EUC-JP | 襭炊遣粢 | 1110101110100011101111111110011010111000101011111110010011100111 | eba3bfe6b8afe4e7 |
UTF-8 | 襭炊遣粢 | 111010001010010110101101111001111000001010001010111010011000000110100011111001111011001010100010 | e8a5ade7828ae981a3e7b2a2 |
UHC | ?炊遣? | 001111111111011010100111110011001011101000111111 | 3ff6a7ccba3f |
SJIS-Win,EUC-JP: Classic charsets mainly used as Japanese encoding set on Windows(SJIS-Win=CP932) and UNIX(EUC-JP)