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 | ???G | 00111111001111110011111101000111 | 3f3f3f47 |
| SJIS-WIN | 隘??G | 1110100010100101001111110011111101000111 | e8a53f3f47 |
| EUC-JP | 隘??G | 1111000010100111001111110011111101000111 | f0a73f3f47 |
| UTF-8 | 隘녽걫G | 11101001100110101001100011101011100001011011110111101010101100011010101101000111 | e99a98eb85bdeab1ab47 |
| UHC | 隘녽걫G | 11100100111101101000011011101001100000011001010001000111 | e4f686e9819447 |
SJIS-Win,EUC-JP: Classic charsets mainly used as Japanese encoding set on Windows(SJIS-Win=CP932) and UNIX(EUC-JP)