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 | °ù | 101100001111100110011011 | b0f99b |
SJIS-WIN | °?? | 10000001100010110011111100111111 | 818b3f3f |
EUC-JP | °ù? | 101000011110101110001111101010111110001100111111 | a1eb8fabe33f |
UTF-8 | °ù | 110000101011000011000011101110011100001010011011 | c2b0c3b9c29b |
UHC | °?? | 10100001110001100011111100111111 | a1c63f3f |
SJIS-Win,EUC-JP: Classic charsets mainly used as Japanese encoding set on Windows(SJIS-Win=CP932) and UNIX(EUC-JP)