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 | 1110010101011110100101101110001101101001111001010101111010010110111000110110100101000010 | e55e96e369e55e96e36942 |
EUC-JP | 蘓悶i蘓悶iB | 1110100110111111110011001110010101101001111010011011111111001100111001010110100101000010 | e9bfcce569e9bfcce56942 |
UTF-8 | 蘓悶i蘓悶iB | 111010001001100010010011111001101000001010110110011010011110100010011000100100111110011010000010101101100110100101000010 | e89893e682b669e89893e682b66942 |
UHC | ?悶i?悶iB | 001111111101101010111111011010010011111111011010101111110110100101000010 | 3fdabf693fdabf6942 |
SJIS-Win,EUC-JP: Classic charsets mainly used as Japanese encoding set on Windows(SJIS-Win=CP932) and UNIX(EUC-JP)