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 | ???徇?? | 00111111001111110011111110011100011011010011111100111111 | 3f3f3f9c6d3f3f |
| EUC-JP | 邕??徇?ł | 1000111111100001111011010011111100111111110101111100111000111111100011111010100111001000 | 8fe1ed3f3fd7ce3f8fa9c8 |
| UTF-8 | 邕잙돀徇숂ł | 1110100110000010100101011110110010011110100110011110101110001111100000001110010110111110100001111110110010001000100000101100010110000010 | e98295ec9e99eb8f80e5be87ec8882c582 |
| UHC | 邕잙돀徇숂ł | 111010001011101110011111111010111000100110010011111000101101111110011001111001111010100110101001 | e8bb9feb8993e2df99e7a9a9 |
SJIS-Win,EUC-JP: Classic charsets mainly used as Japanese encoding set on Windows(SJIS-Win=CP932) and UNIX(EUC-JP)