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 | ??O | 001111110011111101001111 | 3f3f4f |
| SJIS-WIN | 頌穗O | 1110100011110001111000100110111001001111 | e8f1e26e4f |
| EUC-JP | 頌穗O | 1111000011110011111000111100111101001111 | f0f3e3cf4f |
| UTF-8 | 頌穗O | 11101001101000001000110011100111101010011001011101001111 | e9a08ce7a9974f |
| UHC | 頌穗O | 1110000111101011111000101011010001001111 | e1ebe2b44f |
SJIS-Win,EUC-JP: Classic charsets mainly used as Japanese encoding set on Windows(SJIS-Win=CP932) and UNIX(EUC-JP)