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 | °ù°ù^ | 1011000011111001101100001111100101011110 | b0f9b0f95e |
SJIS-WIN | °?°?^ | 10000001100010110011111110000001100010110011111101011110 | 818b3f818b3f5e |
EUC-JP | °ù°ù^ | 1010000111101011100011111010101111100011101000011110101110001111101010111110001101011110 | a1eb8fabe3a1eb8fabe35e |
UTF-8 | °ù°ù^ | 110000101011000011000011101110011100001010110000110000111011100101011110 | c2b0c3b9c2b0c3b95e |
UHC | °?°?^ | 10100001110001100011111110100001110001100011111101011110 | a1c63fa1c63f5e |
SJIS-Win,EUC-JP: Classic charsets mainly used as Japanese encoding set on Windows(SJIS-Win=CP932) and UNIX(EUC-JP)