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 | 應?? | 10011100111001000011111100111111 | 9ce43f3f |
EUC-JP | 應?? | 11011000111001100011111100111111 | d8e63f3f |
UTF-8 | 應쒖뼳 | 111001101000011110001001111011001001001010010110111010111011110010110011 | e68789ec9296ebbcb3 |
UHC | 應쒖뼳 | 111010111110101110011100111011001001011010110110 | ebeb9cec96b6 |
SJIS-Win,EUC-JP: Classic charsets mainly used as Japanese encoding set on Windows(SJIS-Win=CP932) and UNIX(EUC-JP)