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 | 萼砌萼 | 111001001101001111100001111001001110010011010011 | e4d3e1e4e4d3 |
EUC-JP | 萼砌萼 | 111010001101010111100010111001101110100011010101 | e8d5e2e6e8d5 |
UTF-8 | 萼砌萼 | 111010001001000010111100111001111010000010001100111010001001000010111100 | e890bce7a08ce890bc |
UHC | ??? | 001111110011111100111111 | 3f3f3f |
SJIS-Win,EUC-JP: Classic charsets mainly used as Japanese encoding set on Windows(SJIS-Win=CP932) and UNIX(EUC-JP)