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 | ????? | 0011111100111111001111110011111100111111 | 3f3f3f3f3f |
| SJIS-WIN | ???炎? | 001111110011111100111111100010011000101000111111 | 3f3f3f898a3f |
| EUC-JP | 獒??炎? | 1000111111001011101110110011111100111111101100011110101000111111 | 8fcbbb3f3fb1ea3f |
| UTF-8 | 獒ⓨ뫓炎갣 | 111001111000110110010010111000101001001110101000111010111010101110010011111001111000001010001110111010101011000010100011 | e78d92e293a8ebab93e7828eeab0a3 |
| UHC | 獒ⓨ뫓炎갣 | 11101000101000111010100011100101100100011011010111100110111110101000000101001111 | e8a3a8e591b5e6fa814f |
SJIS-Win,EUC-JP: Classic charsets mainly used as Japanese encoding set on Windows(SJIS-Win=CP932) and UNIX(EUC-JP)