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 | åѼÝ@h | 111001011101000110111100110111010100000001101000 | e5d1bcdd4068 |
SJIS-WIN | ????@h | 001111110011111100111111001111110100000001101000 | 3f3f3f3f4068 |
EUC-JP | åÑ?Ý@h | 100011111010101110101001100011111010101011010000001111111000111110101010111100100100000001101000 | 8faba98faad03f8faaf24068 |
UTF-8 | åѼÝ@h | 11000011101001011100001110010001110000101011110011000011100111010100000001101000 | c3a5c391c2bcc39d4068 |
UHC | ??¼?@h | 00111111001111111010100011111001001111110100000001101000 | 3f3fa8f93f4068 |
SJIS-Win,EUC-JP: Classic charsets mainly used as Japanese encoding set on Windows(SJIS-Win=CP932) and UNIX(EUC-JP)