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 | 逋ィ遞 | 1110011110011001101010001110011110101000 | e799a8e7a8 |
EUC-JP | 逋ィ遞 | 111011011111100110001110101010001110111010101010 | edf98ea8eeaa |
UTF-8 | 逋ィ遞 | 111010011000000010001011111011111011110110101000111010011000000110011110 | e9808befbda8e9819e |
UHC | 逋?遞 | 1111100011100111001111111111010011110110 | f8e73ff4f6 |
SJIS-Win,EUC-JP: Classic charsets mainly used as Japanese encoding set on Windows(SJIS-Win=CP932) and UNIX(EUC-JP)