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 | 逋h諷 | 111001111001100110000010100010001110011010000101 | e7998288e685 |
EUC-JP | 逋h諷 | 111011011111100110100011111010001110101111100101 | edf9a3e8ebe5 |
UTF-8 | 逋h諷 | 111010011000000010001011111011111011110110001000111010001010101110110111 | e9808befbd88e8abb7 |
UHC | 逋h諷 | 111110001110011110100011111010001111100110100100 | f8e7a3e8f9a4 |
SJIS-Win,EUC-JP: Classic charsets mainly used as Japanese encoding set on Windows(SJIS-Win=CP932) and UNIX(EUC-JP)