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 | ?? | 0011111100111111 | 3f3f |
SJIS-WIN | 逋脛 | 11100111100110011110001111111000 | e799e3f8 |
EUC-JP | 逋脛 | 11101101111110011110011011111010 | edf9e6fa |
UTF-8 | 逋脛 | 111010011000000010001011111010001000010010011011 | e9808be8849b |
UHC | 逋脛 | 11111000111001111100110011101011 | f8e7cceb |
SJIS-Win,EUC-JP: Classic charsets mainly used as Japanese encoding set on Windows(SJIS-Win=CP932) and UNIX(EUC-JP)