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 | îºÄñ¼ | 111011101011101011000100111100011000111010111100 | eebac4f18ebc |
SJIS-WIN | ?????? | 001111110011111100111111001111110011111100111111 | 3f3f3f3f3f3f |
EUC-JP | îºÄñ?? | 1000111110101011110000101000111110100010111010111000111110101010101000111000111110101011110100000011111100111111 | 8fabc28fa2eb8faaa38fabd03f3f |
UTF-8 | îºÄñ¼ | 110000111010111011000010101110101100001110000100110000111011000111000010100011101100001010111100 | c3aec2bac384c3b1c28ec2bc |
UHC | ?º???¼ | 0011111110101000101011000011111100111111001111111010100011111001 | 3fa8ac3f3f3fa8f9 |
SJIS-Win,EUC-JP: Classic charsets mainly used as Japanese encoding set on Windows(SJIS-Win=CP932) and UNIX(EUC-JP)