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 | 001111110011111100111111001111110011111101001111 | 3f3f3f3f3f4f |
| SJIS-WIN | 額??傾?O | 1000101001111010001111110011111110001100010110000011111101001111 | 8a7a3f3f8c583f4f |
| EUC-JP | 額??傾?O | 1011001111011011001111110011111110110111101110010011111101001111 | b3db3f3fb7b93f4f |
| UTF-8 | 額별ㄵ傾섈O | 11101001101000011000110111101011101100111000010011100011100001001011010111100101100000101011111011101100100001001000100001001111 | e9a18debb384e384b5e582beec84884f |
| UHC | 額별ㄵ傾섈O | 1110010011111110101110101011000010100100101001011100110011001011101111001010101001001111 | e4febab0a4a5cccbbcaa4f |
SJIS-Win,EUC-JP: Classic charsets mainly used as Japanese encoding set on Windows(SJIS-Win=CP932) and UNIX(EUC-JP)