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 | ?????? | 001111110011111100111111001111110011111100111111 | 3f3f3f3f3f3f |
| SJIS-WIN | 嚥??已?╋ | 100110101000101100111111001111111001101111011111001111111000010010110100 | 9a8b3f3f9bdf3f84b4 |
| EUC-JP | 嚥??已?╋ | 110100111110101100111111001111111101011011100001001111111010100010110110 | d3eb3f3fd6e13fa8b6 |
| UTF-8 | 嚥싢뫓已울╋ | 111001011001101010100101111011001000101110100010111010111010101110010011111001011011011110110010111011001001101010111000111000101001010110001011 | e59aa5ec8ba2ebab93e5b7b2ec9ab8e2958b |
| UHC | 嚥싢뫓已울╋ | 111001101011111110011010111000101001000110110101111011001010101110111111111011111010011010110110 | e6bf9ae291b5ecabbfefa6b6 |
SJIS-Win,EUC-JP: Classic charsets mainly used as Japanese encoding set on Windows(SJIS-Win=CP932) and UNIX(EUC-JP)