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 | 11101001101000011000110111101100100100101001110001000010 | e9a18dec929c42 |
EUC-JP | 鬘作凋B | 11110010101000111011101011101110110000111111110001000010 | f2a3baeec3fc42 |
UTF-8 | 鬘作凋B | 11101001101011001001100011100100101111011001110011100101100001111000101101000010 | e9ac98e4bd9ce5878b42 |
UHC | ?作凋B | 001111111110110111000010111100001011110101000010 | 3fedc2f0bd42 |
SJIS-Win,EUC-JP: Classic charsets mainly used as Japanese encoding set on Windows(SJIS-Win=CP932) and UNIX(EUC-JP)