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 | »ùªoY | 10001111101110111111100110001110101010100110111101011001 | 8fbbf98eaa6f59 |
SJIS-WIN | ?????oY | 00111111001111110011111100111111001111110110111101011001 | 3f3f3f3f3f6f59 |
EUC-JP | ??ù?ªoY | 0011111100111111100011111010101111100011001111111000111110100010111011000110111101011001 | 3f3f8fabe33f8fa2ec6f59 |
UTF-8 | »ùªoY | 110000101000111111000010101110111100001110111001110000101000111011000010101010100110111101011001 | c28fc2bbc3b9c28ec2aa6f59 |
UHC | ????ªoY | 0011111100111111001111110011111110101000101000110110111101011001 | 3f3f3f3fa8a36f59 |
SJIS-Win,EUC-JP: Classic charsets mainly used as Japanese encoding set on Windows(SJIS-Win=CP932) and UNIX(EUC-JP)