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 | ??????? | 00111111001111110011111100111111001111110011111100111111 | 3f3f3f3f3f3f3f |
| SJIS-WIN | 、ス辞璽 | 111100001011010010100100111100011000111010111101100011101010101111110000101111111000111010100011 | f0b4a4f18ebd8eabf0bf8ea3 |
| EUC-JP | ?、?ス辞?璽 | 0011111110001110101001000011111110001110101111011011110010101101001111111011110010100101 | 3f8ea43f8ebdbcad3fbca5 |
| UTF-8 | 、ス辞璽 | 111011101000000110110011111011111011110110100100111011101000010010001001111011111011110110111101111010001011111010011110111011101000000110111110111001111001001010111101 | ee81b3efbda4ee8489efbdbde8be9eee81bee792bd |
| UHC | ??????璽 | 0011111100111111001111110011111100111111001111111101111111011110 | 3f3f3f3f3f3fdfde |
SJIS-Win,EUC-JP: Classic charsets mainly used as Japanese encoding set on Windows(SJIS-Win=CP932) and UNIX(EUC-JP)