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 | 10111110111001010100000101011001 | bee54159 |
SJIS-WIN | ??AY | 00111111001111110100000101011001 | 3f3f4159 |
EUC-JP | ?åAY | 001111111000111110101011101010010100000101011001 | 3f8faba94159 |
UTF-8 | ¾åAY | 110000101011111011000011101001010100000101011001 | c2bec3a54159 |
UHC | ¾?AY | 1010100011111010001111110100000101011001 | a8fa3f4159 |
SJIS-Win,EUC-JP: Classic charsets mainly used as Japanese encoding set on Windows(SJIS-Win=CP932) and UNIX(EUC-JP)