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 | »ùª~B | 10001111101110111111100110001110101010100111111001000010 | 8fbbf98eaa7e42 |
SJIS-WIN | ?????~B | 00111111001111110011111100111111001111110111111001000010 | 3f3f3f3f3f7e42 |
EUC-JP | ??ù?ª~B | 0011111100111111100011111010101111100011001111111000111110100010111011000111111001000010 | 3f3f8fabe33f8fa2ec7e42 |
UTF-8 | »ùª~B | 110000101000111111000010101110111100001110111001110000101000111011000010101010100111111001000010 | c28fc2bbc3b9c28ec2aa7e42 |
UHC | ????ª~B | 0011111100111111001111110011111110101000101000110111111001000010 | 3f3f3f3fa8a37e42 |
SJIS-Win,EUC-JP: Classic charsets mainly used as Japanese encoding set on Windows(SJIS-Win=CP932) and UNIX(EUC-JP)