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 | 11100100111100111001011011100101100101011001011001000010 | e4f396e5959642 |
EUC-JP | 蔘門楓B | 11101000111101011100110011100111110010011111011001000010 | e8f5cce7c9f642 |
UTF-8 | 蔘門楓B | 11101000100101001001100011101001100101101000000011100110101001011001001101000010 | e89498e99680e6a59342 |
UHC | 蔘門楓B | 11011111101110001101101010100110111110011010001101000010 | dfb8daa6f9a342 |
SJIS-Win,EUC-JP: Classic charsets mainly used as Japanese encoding set on Windows(SJIS-Win=CP932) and UNIX(EUC-JP)