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 | ðè¼ê¾½É | 1111000011101000100011101011110011101010101111101011110111001001 | f0e88ebceabebdc9 |
SJIS-WIN | ???????? | 0011111100111111001111110011111100111111001111110011111100111111 | 3f3f3f3f3f3f3f3f |
EUC-JP | ðè??ê??É | 10001111101010011100001110001111101010111011001000111111001111111000111110101011101101000011111100111111100011111010101010110001 | 8fa9c38fabb23f3f8fabb43f3f8faab1 |
UTF-8 | ðè¼ê¾½É | 11000011101100001100001110101000110000101000111011000010101111001100001110101010110000101011111011000010101111011100001110001001 | c3b0c3a8c28ec2bcc3aac2bec2bdc389 |
UHC | ð??¼?¾½? | 101010011010001100111111001111111010100011111001001111111010100011111010101010001111011000111111 | a9a33f3fa8f93fa8faa8f63f |
SJIS-Win,EUC-JP: Classic charsets mainly used as Japanese encoding set on Windows(SJIS-Win=CP932) and UNIX(EUC-JP)