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 | 11110000101111011011010011100111110111101011100101101000 | f0bdb4e7deb968 |
SJIS-WIN | ??´???h | 0011111100111111100000010100110000111111001111110011111101101000 | 3f3f814c3f3f3f68 |
EUC-JP | ð?´çÞ?h | 1000111110101001110000110011111110100001101011011000111110101011101011101000111110101001101100000011111101101000 | 8fa9c33fa1ad8fabae8fa9b03f68 |
UTF-8 | ð½´çÞ¹h | 11000011101100001100001010111101110000101011010011000011101001111100001110011110110000101011100101101000 | c3b0c2bdc2b4c3a7c39ec2b968 |
UHC | ð½´?Þ¹h | 101010011010001110101000111101101010001010100101001111111010100010101101101010011111011001101000 | a9a3a8f6a2a53fa8ada9f668 |
SJIS-Win,EUC-JP: Classic charsets mainly used as Japanese encoding set on Windows(SJIS-Win=CP932) and UNIX(EUC-JP)