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 | 1001011011100011111001101011101001101001100101101110001111100110101110100110100101000010 | 96e3e6ba6996e3e6ba6942 |
EUC-JP | 悶貅i悶貅iB | 1100110011100101111011001011110001101001110011001110010111101100101111000110100101000010 | cce5ecbc69cce5ecbc6942 |
UTF-8 | 悶貅i悶貅iB | 111001101000001010110110111010001011001010000101011010011110011010000010101101101110100010110010100001010110100101000010 | e682b6e8b28569e682b6e8b2856942 |
UHC | 悶?i悶?iB | 110110101011111100111111011010011101101010111111001111110110100101000010 | dabf3f69dabf3f6942 |
SJIS-Win,EUC-JP: Classic charsets mainly used as Japanese encoding set on Windows(SJIS-Win=CP932) and UNIX(EUC-JP)