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 | 壓??蝸癰 | 1001101011011000001111110011111111100101100101111110000110011110 | 9ad83f3fe597e19e |
| EUC-JP | 壓??蝸癰 | 1101010011011010001111110011111111101001111101111110000111111110 | d4da3f3fe9f7e1fe |
| UTF-8 | 壓얠롗蝸癰 | 111001011010001110010011111011001001011010100000111010111010000110010111111010001001110110111000111001111001100110110000 | e5a393ec96a0eba197e89db8e799b0 |
| UHC | 壓얠롗蝸癰 | 11100100111000101011111011101100100011101101101111101000110001001110100010111001 | e4e2beec8edbe8c4e8b9 |
SJIS-Win,EUC-JP: Classic charsets mainly used as Japanese encoding set on Windows(SJIS-Win=CP932) and UNIX(EUC-JP)