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 | ¶ÄÖÖ | 10110110110001001101011011010110 | b6c4d6d6 |
SJIS-WIN | ¶??? | 1000000111110111001111110011111100111111 | 81f73f3f3f |
EUC-JP | ¶ÄÖÖ | 1010001011111001100011111010101010100011100011111010101011010011100011111010101011010011 | a2f98faaa38faad38faad3 |
UTF-8 | ¶ÄÖÖ | 1100001010110110110000111000010011000011100101101100001110010110 | c2b6c384c396c396 |
UHC | ¶??? | 1010001011010010001111110011111100111111 | a2d23f3f3f |
SJIS-Win,EUC-JP: Classic charsets mainly used as Japanese encoding set on Windows(SJIS-Win=CP932) and UNIX(EUC-JP)