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 | 逋箜盂 | 111001111001100111100010101100011110000110110001 | e799e2b1e1b1 |
EUC-JP | 逋箜盂 | 111011011111100111100100101100111110001010110011 | edf9e4b3e2b3 |
UTF-8 | 逋箜盂 | 111010011000000010001011111001111010111010011100111001111001101110000010 | e9808be7ae9ce79b82 |
UHC | 逋?盂 | 1111100011100111001111111110100111011101 | f8e73fe9dd |
SJIS-Win,EUC-JP: Classic charsets mainly used as Japanese encoding set on Windows(SJIS-Win=CP932) and UNIX(EUC-JP)