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 | ??????B | 00111111001111110011111100111111001111110011111101000010 | 3f3f3f3f3f3f42 |
| SJIS-WIN | 裔??裔??B | 111001011110000100111111001111111110010111100001001111110011111101000010 | e5e13f3fe5e13f3f42 |
| EUC-JP | 裔??裔??B | 111010101110001100111111001111111110101011100011001111110011111101000010 | eae33f3feae33f3f42 |
| UTF-8 | 裔꾨젫裔꾨젫B | 11101000101000111001010011101010101111101010100011101100101000001010101111101000101000111001010011101010101111101010100011101100101000001010101101000010 | e8a394eabea8eca0abe8a394eabea8eca0ab42 |
| UHC | 裔꾨젫裔꾨젫B | 11100111111000001000010011101011101000001010001111100111111000001000010011101011101000001010001101000010 | e7e084eba0a3e7e084eba0a342 |
SJIS-Win,EUC-JP: Classic charsets mainly used as Japanese encoding set on Windows(SJIS-Win=CP932) and UNIX(EUC-JP)