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 | °¼ÖÜ | 100011101011000010001110101111001101011011011100 | 8eb08ebcd6dc |
SJIS-WIN | ?°???? | 00111111100000011000101100111111001111110011111100111111 | 3f818b3f3f3f3f |
EUC-JP | ?°??ÖÜ | 0011111110100001111010110011111100111111100011111010101011010011100011111010101011100100 | 3fa1eb3f3f8faad38faae4 |
UTF-8 | °¼ÖÜ | 110000101000111011000010101100001100001010001110110000101011110011000011100101101100001110011100 | c28ec2b0c28ec2bcc396c39c |
UHC | ?°?¼?? | 0011111110100001110001100011111110101000111110010011111100111111 | 3fa1c63fa8f93f3f |
SJIS-Win,EUC-JP: Classic charsets mainly used as Japanese encoding set on Windows(SJIS-Win=CP932) and UNIX(EUC-JP)