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 | 11111011010010101001100011100110100110011001100101000010 | fb4a98e6999942 |
EUC-JP | 溿俶劔B | 1000111111001000101100011101000011101000110100011111100101000010 | 8fc8b1d0e8d1f942 |
UTF-8 | 溿俶劔B | 11100110101110101011111111100100101111111011011011100101100010101001010001000010 | e6babfe4bfb6e58a9442 |
UHC | ???B | 00111111001111110011111101000010 | 3f3f3f42 |
SJIS-Win,EUC-JP: Classic charsets mainly used as Japanese encoding set on Windows(SJIS-Win=CP932) and UNIX(EUC-JP)