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߬ | 1101111110101100011010001101111110101100 | dfac68dfac |
SJIS-WIN | ?¬h?¬ | 00111111100000011100101001101000001111111000000111001010 | 3f81ca683f81ca |
EUC-JP | ߬h߬ | 1000111110101001110011101010001011001100011010001000111110101001110011101010001011001100 | 8fa9cea2cc688fa9cea2cc |
UTF-8 | ߬h߬ | 110000111001111111000010101011000110100011000011100111111100001010101100 | c39fc2ac68c39fc2ac |
UHC | ß?hß? | 10101001101011000011111101101000101010011010110000111111 | a9ac3f68a9ac3f |
SJIS-Win,EUC-JP: Classic charsets mainly used as Japanese encoding set on Windows(SJIS-Win=CP932) and UNIX(EUC-JP)