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 | íá¼íö¾^ | 111011011110000110001110101111001110110111110110100011101011111001011110 | ede18ebcedf68ebe5e |
SJIS-WIN | ????????^ | 001111110011111100111111001111110011111100111111001111110011111101011110 | 3f3f3f3f3f3f3f3f5e |
EUC-JP | íá??íö??^ | 1000111110101011101111111000111110101011101000010011111100111111100011111010101110111111100011111010101111010011001111110011111101011110 | 8fabbf8faba13f3f8fabbf8fabd33f3f5e |
UTF-8 | íá¼íö¾^ | 1100001110101101110000111010000111000010100011101100001010111100110000111010110111000011101101101100001010001110110000101011111001011110 | c3adc3a1c28ec2bcc3adc3b6c28ec2be5e |
UHC | ???¼???¾^ | 0011111100111111001111111010100011111001001111110011111100111111101010001111101001011110 | 3f3f3fa8f93f3f3fa8fa5e |
SJIS-Win,EUC-JP: Classic charsets mainly used as Japanese encoding set on Windows(SJIS-Win=CP932) and UNIX(EUC-JP)