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 | ë¶e^ | 1110101110001101101101100110010101011110 | eb8db6655e |
SJIS-WIN | ??¶e^ | 001111110011111110000001111101110110010101011110 | 3f3f81f7655e |
EUC-JP | ë?¶e^ | 1000111110101011101100110011111110100010111110010110010101011110 | 8fabb33fa2f9655e |
UTF-8 | ë¶e^ | 1100001110101011110000101000110111000010101101100110010101011110 | c3abc28dc2b6655e |
UHC | ??¶e^ | 001111110011111110100010110100100110010101011110 | 3f3fa2d2655e |
SJIS-Win,EUC-JP: Classic charsets mainly used as Japanese encoding set on Windows(SJIS-Win=CP932) and UNIX(EUC-JP)