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 | àZiàZiB | 1110000001011010100010111001000101101001111000000101101010001011100100010110100101000010 | e05a8b9169e05a8b916942 |
SJIS-WIN | ?Z??i?Z??iB | 0011111101011010001111110011111101101001001111110101101000111111001111110110100101000010 | 3f5a3f3f693f5a3f3f6942 |
EUC-JP | àZ??iàZ??iB | 100011111010101110100010010110100011111100111111011010011000111110101011101000100101101000111111001111110110100101000010 | 8faba25a3f3f698faba25a3f3f6942 |
UTF-8 | àZiàZiB | 1100001110100000010110101100001010001011110000101001000101101001110000111010000001011010110000101000101111000010100100010110100101000010 | c3a05ac28bc29169c3a05ac28bc2916942 |
UHC | ?Z??i?Z??iB | 0011111101011010001111110011111101101001001111110101101000111111001111110110100101000010 | 3f5a3f3f693f5a3f3f6942 |
SJIS-Win,EUC-JP: Classic charsets mainly used as Japanese encoding set on Windows(SJIS-Win=CP932) and UNIX(EUC-JP)