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 | ???Y | 00111111001111110011111101011001 | 3f3f3f59 |
| SJIS-WIN | ??瓣Y | 0011111100111111111000010100000101011001 | 3f3fe14159 |
| EUC-JP | ??瓣Y | 0011111100111111111000011010001001011001 | 3f3fe1a259 |
| UTF-8 | 룴접瓣Y | 11101011101000111011010011101100101000001001000111100111100100111010001101011001 | eba3b4eca091e793a359 |
| UHC | 룴접瓣Y | 10001111101010011100000110100010111101111111101101011001 | 8fa9c1a2f7fb59 |
SJIS-Win,EUC-JP: Classic charsets mainly used as Japanese encoding set on Windows(SJIS-Win=CP932) and UNIX(EUC-JP)