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 | íø°íù¼ | 1110110111111000100011101011000011101101111110011000111010111100 | edf88eb0edf98ebc |
SJIS-WIN | ???°???? | 001111110011111100111111100000011000101100111111001111110011111100111111 | 3f3f3f818b3f3f3f3f |
EUC-JP | íø?°íù?? | 1000111110101011101111111000111110101001110011000011111110100001111010111000111110101011101111111000111110101011111000110011111100111111 | 8fabbf8fa9cc3fa1eb8fabbf8fabe33f3f |
UTF-8 | íø°íù¼ | 11000011101011011100001110111000110000101000111011000010101100001100001110101101110000111011100111000010100011101100001010111100 | c3adc3b8c28ec2b0c3adc3b9c28ec2bc |
UHC | ?ø?°???¼ | 0011111110101001101010100011111110100001110001100011111100111111001111111010100011111001 | 3fa9aa3fa1c63f3f3fa8f9 |
SJIS-Win,EUC-JP: Classic charsets mainly used as Japanese encoding set on Windows(SJIS-Win=CP932) and UNIX(EUC-JP)