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 | ?????? | 001111110011111100111111001111110011111100111111 | 3f3f3f3f3f3f |
| SJIS-WIN | 逖滔」滔雫逋 | 1110011110011000100111111110101110100011100111111110101110001110101101001110011110011001 | e7989feba39feb8eb4e799 |
| EUC-JP | 逖滔」滔雫逋 | 111011011111100011011110111011011000111010100011110111101110110110111100101101101110110111111001 | edf8deed8ea3deedbcb6edf9 |
| UTF-8 | 逖滔」滔雫逋 | 111010011000000010010110111001101011101110010100111011111011110110100011111001101011101110010100111010011001101110101011111010011000000010001011 | e98096e6bb94efbda3e6bb94e99babe9808b |
| UHC | ?滔?滔?逋 | 001111111101010010100101001111111101010010100101001111111111100011100111 | 3fd4a53fd4a53ff8e7 |
SJIS-Win,EUC-JP: Classic charsets mainly used as Japanese encoding set on Windows(SJIS-Win=CP932) and UNIX(EUC-JP)