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 | ???? | 00111111001111110011111100111111 | 3f3f3f3f |
| SJIS-WIN | 岳??肄 | 100010100111100000111111001111111110001111100101 | 8a783f3fe3e5 |
| EUC-JP | 岳??肄 | 101100111101100100111111001111111110011011100111 | b3d93f3fe6e7 |
| UTF-8 | 岳됱궗肄 | 111001011011001010110011111010111001000010110001111010101011011010010111111010001000001010000100 | e5b2b3eb90b1eab697e88284 |
| UHC | 岳됱궗肄 | 1110010010111111100010011110110010000010101011001110110010111101 | e4bf89ec82acecbd |
SJIS-Win,EUC-JP: Classic charsets mainly used as Japanese encoding set on Windows(SJIS-Win=CP932) and UNIX(EUC-JP)