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 | 10010001101000011001011011010000100101111101010101000010 | 91a196d097d542 |
EUC-JP | 贈孟臨B | 11000010101000111100110011010010110011101101011101000010 | c2a3ccd2ced742 |
UTF-8 | 贈孟臨B | 11101000101101001000100011100101101011011001111111101000100001111010100001000010 | e8b488e5ad9fe887a842 |
UHC | 贈孟臨B | 11110001111111001101100011101011110101111111110001000010 | f1fcd8ebd7fc42 |
SJIS-Win,EUC-JP: Classic charsets mainly used as Japanese encoding set on Windows(SJIS-Win=CP932) and UNIX(EUC-JP)