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 | 11100110101000101001110111101001100111001011110101000010 | e6a29de99cbd42 |
EUC-JP | 譴晞愎B | 11101100101001001101101011101011110110001011111101000010 | eca4daebd8bf42 |
UTF-8 | 譴晞愎B | 11101000101011011011010011100110100110011001111011100110100001001000111001000010 | e8adb4e6999ee6848e42 |
UHC | 譴晞愎B | 11001100101110011111110111110101111110001011010001000010 | ccb9fdf5f8b442 |
SJIS-Win,EUC-JP: Classic charsets mainly used as Japanese encoding set on Windows(SJIS-Win=CP932) and UNIX(EUC-JP)