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 | 1110010010111100100101101110001101101001111001001011110010010110111000110110100101000010 | e4bc96e369e4bc96e36942 |
EUC-JP | 莨悶i莨悶iB | 1110100010111110110011001110010101101001111010001011111011001100111001010110100101000010 | e8becce569e8becce56942 |
UTF-8 | 莨悶i莨悶iB | 111010001000111010101000111001101000001010110110011010011110100010001110101010001110011010000010101101100110100101000010 | e88ea8e682b669e88ea8e682b66942 |
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)