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 | 111010001111001110001110101011010100000101011001 | e8f38ead4159 |
SJIS-WIN | ????AY | 001111110011111100111111001111110100000101011001 | 3f3f3f3f4159 |
EUC-JP | èó??AY | 10001111101010111011001010001111101010111101000100111111001111110100000101011001 | 8fabb28fabd13f3f4159 |
UTF-8 | èóAY | 11000011101010001100001110110011110000101000111011000010101011010100000101011001 | c3a8c3b3c28ec2ad4159 |
UHC | ???AY | 00111111001111110011111110100001101010010100000101011001 | 3f3f3fa1a94159 |
SJIS-Win,EUC-JP: Classic charsets mainly used as Japanese encoding set on Windows(SJIS-Win=CP932) and UNIX(EUC-JP)