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 | °ú] | 101100001111101001011101 | b0fa5d |
SJIS-WIN | °?] | 10000001100010110011111101011101 | 818b3f5d |
EUC-JP | °ú] | 101000011110101110001111101010111110001001011101 | a1eb8fabe25d |
UTF-8 | °ú] | 1100001010110000110000111011101001011101 | c2b0c3ba5d |
UHC | °?] | 10100001110001100011111101011101 | a1c63f5d |
SJIS-Win,EUC-JP: Classic charsets mainly used as Japanese encoding set on Windows(SJIS-Win=CP932) and UNIX(EUC-JP)