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 | 1110000110110011111010001110011101101001111000011011001111101000111001110110100101000010 | e1b3e8e769e1b3e8e76942 |
EUC-JP | 盖韈i盖韈iB | 1110001010110101111100001110100101101001111000101011010111110000111010010110100101000010 | e2b5f0e969e2b5f0e96942 |
UTF-8 | 盖韈i盖韈iB | 111001111001101110010110111010011001111110001000011010011110011110011011100101101110100110011111100010000110100101000010 | e79b96e99f8869e79b96e99f886942 |
UHC | 盖?i盖?iB | 110010111100110000111111011010011100101111001100001111110110100101000010 | cbcc3f69cbcc3f6942 |
SJIS-Win,EUC-JP: Classic charsets mainly used as Japanese encoding set on Windows(SJIS-Win=CP932) and UNIX(EUC-JP)