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 | ????? | 0011111100111111001111110011111100111111 | 3f3f3f3f3f |
| SJIS-WIN | 熱??宥? | 10010100010011010011111100111111100101110100011100111111 | 944d3f3f97473f |
| EUC-JP | 熱??宥? | 11000111101011100011111100111111110011011010100000111111 | c7ae3f3fcda83f |
| UTF-8 | 熱듬뗄宥쬋 | 111001111000011010110001111010111001001110101100111010111001011110000100111001011010111010100101111011001010110010001011 | e786b1eb93aceb9784e5aea5ecac8b |
| UHC | 熱듬뗄宥쬋 | 11100110111100001011010111101011101101101011111111101010111010011010011101000001 | e6f0b5ebb6bfeae9a741 |
SJIS-Win,EUC-JP: Classic charsets mainly used as Japanese encoding set on Windows(SJIS-Win=CP932) and UNIX(EUC-JP)