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 | 藪?句 | 1110010101001101001111111000101111100101 | e54d3f8be5 |
| EUC-JP | 藪靗句 | 11101001101011101000111111100111101100111011011011100111 | e9ae8fe7b3b6e7 |
| UTF-8 | 藪靗句 | 111010001001011110101010111010011001110110010111111001011000111110100101 | e897aae99d97e58fa5 |
| UHC | 藪?句 | 1110001010111111001111111100111110100011 | e2bf3fcfa3 |
SJIS-Win,EUC-JP: Classic charsets mainly used as Japanese encoding set on Windows(SJIS-Win=CP932) and UNIX(EUC-JP)