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 | ???^ | 00111111001111110011111101011110 | 3f3f3f5e |
| SJIS-WIN | 郤э住^ | 11100111101110101000010010001111100011110101101001011110 | e7ba848f8f5a5e |
| EUC-JP | 郤э住^ | 11101110101111001010011111101111101111011011101101011110 | eebca7efbdbb5e |
| UTF-8 | 郤э住^ | 111010011000001110100100110100011000110111100100101111011000111101011110 | e983a4d18de4bd8f5e |
| UHC | ?э住^ | 001111111010110011101111111100011010110001011110 | 3faceff1ac5e |
SJIS-Win,EUC-JP: Classic charsets mainly used as Japanese encoding set on Windows(SJIS-Win=CP932) and UNIX(EUC-JP)