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 | 癰???? | 111000011001111000111111001111110011111100111111 | e19e3f3f3f3f |
| EUC-JP | 癰???? | 111000011111111000111111001111110011111100111111 | e1fe3f3f3f3f |
| UTF-8 | 癰딃레麗봑 | 111001111001100110110000111010111001010010000011111010111010000010001000111011111010011010001000111010111011010010010001 | e799b0eb9483eba088efa688ebb491 |
| UHC | 癰딃레麗봑 | 11101000101110011000101011101001101101111011100111100110101100001001010001001111 | e8b98ae9b7b9e6b0944f |
SJIS-Win,EUC-JP: Classic charsets mainly used as Japanese encoding set on Windows(SJIS-Win=CP932) and UNIX(EUC-JP)