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 | ???B | 00111111001111110011111101000010 | 3f3f3f42 |
SJIS-WIN | 襭炊遣B | 11100110010000101001000010000110100011001010110101000010 | e64290868cad42 |
EUC-JP | 襭炊遣B | 11101011101000111011111111100110101110001010111101000010 | eba3bfe6b8af42 |
UTF-8 | 襭炊遣B | 11101000101001011010110111100111100000101000101011101001100000011010001101000010 | e8a5ade7828ae981a342 |
UHC | ?炊遣B | 001111111111011010100111110011001011101001000010 | 3ff6a7ccba42 |
SJIS-Win,EUC-JP: Classic charsets mainly used as Japanese encoding set on Windows(SJIS-Win=CP932) and UNIX(EUC-JP)