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 | 11101000100000011010100011100101101111001011000111101000100110011011101101000010 | e881a8e5bcb1e899bb42 |
| EUC-JP | 閨ィ蠑ア陌サB | 11101111111000011000111010101000111010101011111010001110101100011110111111111001100011101011101101000010 | efe18ea8eabe8eb1eff98ebb42 |
| UTF-8 | 閨ィ蠑ア陌サB | 11101001100101101010100011101111101111011010100011101000101000001001000111101111101111011011000111101001100110011000110011101111101111011011101101000010 | e996a8efbda8e8a091efbdb1e9998cefbdbb42 |
| UHC | 閨???陌?B | 110100001011000100111111001111110011111111011000111010000011111101000010 | d0b13f3f3fd8e83f42 |
SJIS-Win,EUC-JP: Classic charsets mainly used as Japanese encoding set on Windows(SJIS-Win=CP932) and UNIX(EUC-JP)