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 | ????^ | 0011111100111111001111110011111101011110 | 3f3f3f3f5e |
SJIS-WIN | 篠篠^ | 100011101100001011110011110111101000111011000010111100111101110001011110 | 8ec2f3de8ec2f3dc5e |
EUC-JP | 篠?篠?^ | 10111100110001000011111110111100110001000011111101011110 | bcc43fbcc43f5e |
UTF-8 | 篠篠^ | 11100111101011111010000011101110100010111001000111100111101011111010000011101110100010111000111101011110 | e7afa0ee8b91e7afa0ee8b8f5e |
UHC | 篠?篠?^ | 11100001110001100011111111100001110001100011111101011110 | e1c63fe1c63f5e |
SJIS-Win,EUC-JP: Classic charsets mainly used as Japanese encoding set on Windows(SJIS-Win=CP932) and UNIX(EUC-JP)