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??iB | 00111111001111110110100100111111001111110110100101000010 | 3f3f693f3f6942 |
| SJIS-WIN | ?鴦i?鴦iB | 001111111110100111110001011010010011111111101001111100010110100101000010 | 3fe9f1693fe9f16942 |
| EUC-JP | ?鴦i?鴦iB | 001111111111001011110011011010010011111111110010111100110110100101000010 | 3ff2f3693ff2f36942 |
| UTF-8 | 歲鴦i歲鴦iB | 111001101010110110110010111010011011010010100110011010011110011010101101101100101110100110110100101001100110100101000010 | e6adb2e9b4a669e6adb2e9b4a66942 |
| UHC | 歲鴦i歲鴦iB | 1110000110101000111001001110110001101001111000011010100011100100111011000110100101000010 | e1a8e4ec69e1a8e4ec6942 |
SJIS-Win,EUC-JP: Classic charsets mainly used as Japanese encoding set on Windows(SJIS-Win=CP932) and UNIX(EUC-JP)