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 | 稶ã | 111001111010100010110110111000111000000010000010 | e7a8b6e38082 |
SJIS-WIN | ?¨¶??? | 0011111110000001010011101000000111110111001111110011111100111111 | 3f814e81f73f3f3f |
EUC-JP | 稶ã?? | 100011111010101110101110101000011010111110100010111110011000111110101011101010100011111100111111 | 8fabaea1afa2f98fabaa3f3f |
UTF-8 | 稶ã | 110000111010011111000010101010001100001010110110110000111010001111000010100000001100001010000010 | c3a7c2a8c2b6c3a3c280c282 |
UHC | ?¨¶??? | 0011111110100001101001111010001011010010001111110011111100111111 | 3fa1a7a2d23f3f3f |
SJIS-Win,EUC-JP: Classic charsets mainly used as Japanese encoding set on Windows(SJIS-Win=CP932) and UNIX(EUC-JP)