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 | 11100111100011001001011111100111100011001001011101000010 | e78c97e78c9742 |
EUC-JP | 迪礼圏B | 11101101111011001100111011101001101101111111011101000010 | edeccee9b7f742 |
UTF-8 | 迪礼圏B | 11101000101111111010101011100111101001001011110011100101100111001000111101000010 | e8bfaae7a4bce59c8f42 |
UHC | 迪??B | 1110111011101000001111110011111101000010 | eee83f3f42 |
SJIS-Win,EUC-JP: Classic charsets mainly used as Japanese encoding set on Windows(SJIS-Win=CP932) and UNIX(EUC-JP)