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 | 薛窮涯 | 111001010100110010001011100001111000101001010101 | e54c8b878a55 |
EUC-JP | 薛窮涯 | 111010011010110110110101111001111011001110110110 | e9adb5e7b3b6 |
UTF-8 | 薛窮涯 | 111010001001011010011011111001111010101010101110111001101011011010101111 | e8969be7aaaee6b6af |
UHC | 薛窮涯 | 111000001110000011001111111000111110010011110011 | e0e0cfe3e4f3 |
SJIS-Win,EUC-JP: Classic charsets mainly used as Japanese encoding set on Windows(SJIS-Win=CP932) and UNIX(EUC-JP)