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ä½ | 100010111100101010010111011010011110010010111101 | 8bca9769e4bd |
SJIS-WIN | ???i?? | 001111110011111100111111011010010011111100111111 | 3f3f3f693f3f |
EUC-JP | ?Ê?iä? | 00111111100011111010101010110100001111110110100110001111101010111010001100111111 | 3f8faab43f698faba33f |
UTF-8 | Êiä½ | 1100001010001011110000111000101011000010100101110110100111000011101001001100001010111101 | c28bc38ac29769c3a4c2bd |
UHC | ???i?½ | 00111111001111110011111101101001001111111010100011110110 | 3f3f3f693fa8f6 |
SJIS-Win,EUC-JP: Classic charsets mainly used as Japanese encoding set on Windows(SJIS-Win=CP932) and UNIX(EUC-JP)