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 | ??????B | 00111111001111110011111100111111001111110011111101000010 | 3f3f3f3f3f3f42 |
SJIS-WIN | 熱?????B | 1001010001001101001111110011111100111111001111110011111101000010 | 944d3f3f3f3f3f42 |
EUC-JP | 熱?????B | 1100011110101110001111110011111100111111001111110011111101000010 | c7ae3f3f3f3f3f42 |
UTF-8 | 熱뗪였溜볡퉫B | 11100111100001101011000111101011100101111010101011101100100110001000000011101111101001111000101111101011101100111010000111101101100010011010101101000010 | e786b1eb97aaec9880efa78bebb3a1ed89ab42 |
UHC | 熱뗪였溜볡퉫B | 11100110111100001000101111101010101111111011010011101010111111101001001111100111101110011000001101000010 | e6f08beabfb4eafe93e7b98342 |
SJIS-Win,EUC-JP: Classic charsets mainly used as Japanese encoding set on Windows(SJIS-Win=CP932) and UNIX(EUC-JP)