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 | 逋塀鵈 | 111001111001100110010101101110111110100111111100 | e79995bbe9fc |
EUC-JP | 逋塀鵈 | 111011011111100111001010101111011111001011111110 | edf9cabdf2fe |
UTF-8 | 逋塀鵈 | 111010011000000010001011111001011010000110000000111010011011010110001000 | e9808be5a180e9b588 |
UHC | 逋?? | 11111000111001110011111100111111 | f8e73f3f |
SJIS-Win,EUC-JP: Classic charsets mainly used as Japanese encoding set on Windows(SJIS-Win=CP932) and UNIX(EUC-JP)