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 | 00111111001111110011111101001111 | 3f3f3f4f |
| SJIS-WIN | 壹??O | 1001101011100011001111110011111101001111 | 9ae33f3f4f |
| EUC-JP | 壹??O | 1101010011100101001111110011111101001111 | d4e53f3f4f |
| UTF-8 | 壹닻볼O | 11100101101000111011100111101011100010111011101111101011101100111011110001001111 | e5a3b9eb8bbbebb3bc4f |
| UHC | 壹닻볼O | 11101100111011001011010011101001101110101011110001001111 | ececb4e9babc4f |
SJIS-Win,EUC-JP: Classic charsets mainly used as Japanese encoding set on Windows(SJIS-Win=CP932) and UNIX(EUC-JP)