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 | 1110000011010001111000001110010001001111 | e0d1e0e44f |
| EUC-JP | 獏琅O | 1110000011010011111000001110011001001111 | e0d3e0e64f |
| UTF-8 | 獏琅O | 11100111100011011000111111100111100100001000010101001111 | e78d8fe790854f |
| UHC | ?琅O | 00111111110101011100101001001111 | 3fd5ca4f |
SJIS-Win,EUC-JP: Classic charsets mainly used as Japanese encoding set on Windows(SJIS-Win=CP932) and UNIX(EUC-JP)