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 | ??? | 001111110011111100111111 | 3f3f3f |
SJIS-WIN | ??檣 | 00111111001111111001111011111100 | 3f3f9efc |
EUC-JP | ??檣 | 00111111001111111101110011111110 | 3f3fdcfe |
UTF-8 | 諪렩檣 | 111010001010101110101010111010111010000010101001111001101010101010100011 | e8abaaeba0a9e6aaa3 |
UHC | 諪렩檣 | 111011111111010110001110101101111110110111101010 | eff58eb7edea |
SJIS-Win,EUC-JP: Classic charsets mainly used as Japanese encoding set on Windows(SJIS-Win=CP932) and UNIX(EUC-JP)