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 | æýAY | 1110011011111101101011010100000101011001 | e6fdad4159 |
SJIS-WIN | ???AY | 0011111100111111001111110100000101011001 | 3f3f3f4159 |
EUC-JP | æý?AY | 100011111010100111000001100011111010101111110010001111110100000101011001 | 8fa9c18fabf23f4159 |
UTF-8 | æýAY | 1100001110100110110000111011110111000010101011010100000101011001 | c3a6c3bdc2ad4159 |
UHC | æ?AY | 10101001101000010011111110100001101010010100000101011001 | a9a13fa1a94159 |
SJIS-Win,EUC-JP: Classic charsets mainly used as Japanese encoding set on Windows(SJIS-Win=CP932) and UNIX(EUC-JP)