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 | 111001101011000110010000011010011110011010110001100100000110100101000010 | e6b19069e6b1906942 |
SJIS-WIN | ?±?i?±?iB | 0011111110000001011111010011111101101001001111111000000101111101001111110110100101000010 | 3f817d3f693f817d3f6942 |
EUC-JP | æ±?iæ±?iB | 100011111010100111000001101000011101111000111111011010011000111110101001110000011010000111011110001111110110100101000010 | 8fa9c1a1de3f698fa9c1a1de3f6942 |
UTF-8 | æ±iæ±iB | 110000111010011011000010101100011100001010010000011010011100001110100110110000101011000111000010100100000110100101000010 | c3a6c2b1c29069c3a6c2b1c2906942 |
UHC | æ±?iæ±?iB | 10101001101000011010000110111110001111110110100110101001101000011010000110111110001111110110100101000010 | a9a1a1be3f69a9a1a1be3f6942 |
SJIS-Win,EUC-JP: Classic charsets mainly used as Japanese encoding set on Windows(SJIS-Win=CP932) and UNIX(EUC-JP)