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 | 險曁砠岺 | 1110100010101000100111011111100011100001111001111111101010101101 | e8a89df8e1e7faad |
| EUC-JP | 險曁砠岺 | 111100001010101011011010111110101110001011101001100011111011101110111000 | f0aadafae2e98fbbb8 |
| UTF-8 | 險曁砠岺 | 111010011001101010101010111001101001101110000001111001111010000010100000111001011011001010111010 | e99aaae69b81e7a0a0e5b2ba |
| UHC | 險??岺 | 111110101100111100111111001111111101011010111001 | facf3f3fd6b9 |
SJIS-Win,EUC-JP: Classic charsets mainly used as Japanese encoding set on Windows(SJIS-Win=CP932) and UNIX(EUC-JP)