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 | ¨¢©ø^ | 1010100010100010101010011111100001011110 | a8a2a9f85e |
SJIS-WIN | ¨¢??^ | 10000001010011101000000110010001001111110011111101011110 | 814e81913f3f5e |
EUC-JP | ¨¢©ø^ | 1010000110101111101000011111000110001111101000101110110110001111101010011100110001011110 | a1afa1f18fa2ed8fa9cc5e |
UTF-8 | ¨¢©ø^ | 110000101010100011000010101000101100001010101001110000111011100001011110 | c2a8c2a2c2a9c3b85e |
UHC | ¨??ø^ | 10100001101001110011111100111111101010011010101001011110 | a1a73f3fa9aa5e |
SJIS-Win,EUC-JP: Classic charsets mainly used as Japanese encoding set on Windows(SJIS-Win=CP932) and UNIX(EUC-JP)