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 | ???I | 00111111001111110011111101001001 | 3f3f3f49 |
| SJIS-WIN | 褶咒豆I | 11100101111101111001100111101110100100111010010001001001 | e5f799ee93a449 |
| EUC-JP | 褶咒豆I | 11101010111110011101001011110000110001101010011001001001 | eaf9d2f0c6a649 |
| UTF-8 | 褶咒豆I | 11101000101001001011011011100101100100101001001011101000101100011000011001001001 | e8a4b6e59292e8b18649 |
| UHC | 褶?豆I | 111000111010100000111111110101001110011101001001 | e3a83fd4e749 |
SJIS-Win,EUC-JP: Classic charsets mainly used as Japanese encoding set on Windows(SJIS-Win=CP932) and UNIX(EUC-JP)