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 | ¼äî | 1000111010111100111001001110111010001110 | 8ebce4ee8e |
SJIS-WIN | ????? | 0011111100111111001111110011111100111111 | 3f3f3f3f3f |
EUC-JP | ??äî? | 001111110011111110001111101010111010001110001111101010111100001000111111 | 3f3f8faba38fabc23f |
UTF-8 | ¼äî | 11000010100011101100001010111100110000111010010011000011101011101100001010001110 | c28ec2bcc3a4c3aec28e |
UHC | ?¼??? | 001111111010100011111001001111110011111100111111 | 3fa8f93f3f3f |
SJIS-Win,EUC-JP: Classic charsets mainly used as Japanese encoding set on Windows(SJIS-Win=CP932) and UNIX(EUC-JP)