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 | ¼Ä^F | 10111100110001000101111001000110 | bcc45e46 |
SJIS-WIN | ??^F | 00111111001111110101111001000110 | 3f3f5e46 |
EUC-JP | ?Ä^F | 001111111000111110101010101000110101111001000110 | 3f8faaa35e46 |
UTF-8 | ¼Ä^F | 110000101011110011000011100001000101111001000110 | c2bcc3845e46 |
UHC | ¼?^F | 1010100011111001001111110101111001000110 | a8f93f5e46 |
SJIS-Win,EUC-JP: Classic charsets mainly used as Japanese encoding set on Windows(SJIS-Win=CP932) and UNIX(EUC-JP)