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 | ¨ù¢¯^ | 1010100011111001101000101010111101011110 | a8f9a2af5e |
SJIS-WIN | ¨?¢?^ | 10000001010011100011111110000001100100010011111101011110 | 814e3f81913f5e |
EUC-JP | ¨ù¢¯^ | 1010000110101111100011111010101111100011101000011111000110001111101000101011010001011110 | a1af8fabe3a1f18fa2b45e |
UTF-8 | ¨ù¢¯^ | 110000101010100011000011101110011100001010100010110000101010111101011110 | c2a8c3b9c2a2c2af5e |
UHC | ¨???^ | 101000011010011100111111001111110011111101011110 | a1a73f3f3f5e |
SJIS-Win,EUC-JP: Classic charsets mainly used as Japanese encoding set on Windows(SJIS-Win=CP932) and UNIX(EUC-JP)