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 | ¨ù¢çx | 1010100011111001101000101110011101111000 | a8f9a2e778 |
SJIS-WIN | ¨?¢?x | 10000001010011100011111110000001100100010011111101111000 | 814e3f81913f78 |
EUC-JP | ¨ù¢çx | 1010000110101111100011111010101111100011101000011111000110001111101010111010111001111000 | a1af8fabe3a1f18fabae78 |
UTF-8 | ¨ù¢çx | 110000101010100011000011101110011100001010100010110000111010011101111000 | c2a8c3b9c2a2c3a778 |
UHC | ¨???x | 101000011010011100111111001111110011111101111000 | a1a73f3f3f78 |
SJIS-Win,EUC-JP: Classic charsets mainly used as Japanese encoding set on Windows(SJIS-Win=CP932) and UNIX(EUC-JP)