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 | íµHíº` | 1110110110011000101101010100100011101101100110001011101001100000 | ed98b548ed98ba60 |
SJIS-WIN | ???H???` | 0011111100111111001111110100100000111111001111110011111101100000 | 3f3f3f483f3f3f60 |
EUC-JP | í??Hí?º` | 1000111110101011101111110011111100111111010010001000111110101011101111110011111110001111101000101110101101100000 | 8fabbf3f3f488fabbf3f8fa2eb60 |
UTF-8 | íµHíº` | 1100001110101101110000101001100011000010101101010100100011000011101011011100001010011000110000101011101001100000 | c3adc298c2b548c3adc298c2ba60 |
UHC | ???H??º` | 001111110011111100111111010010000011111100111111101010001010110001100000 | 3f3f3f483f3fa8ac60 |
SJIS-Win,EUC-JP: Classic charsets mainly used as Japanese encoding set on Windows(SJIS-Win=CP932) and UNIX(EUC-JP)