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 | ¡¾¢®[ | 1010000110111110101000101010111001011011 | a1bea2ae5b |
SJIS-WIN | ??¢?[ | 001111110011111110000001100100010011111101011011 | 3f3f81913f5b |
EUC-JP | ¡?¢®[ | 10001111101000101100001000111111101000011111000110001111101000101110111001011011 | 8fa2c23fa1f18fa2ee5b |
UTF-8 | ¡¾¢®[ | 110000101010000111000010101111101100001010100010110000101010111001011011 | c2a1c2bec2a2c2ae5b |
UHC | ¡¾?®[ | 1010001010101110101010001111101000111111101000101110011101011011 | a2aea8fa3fa2e75b |
SJIS-Win,EUC-JP: Classic charsets mainly used as Japanese encoding set on Windows(SJIS-Win=CP932) and UNIX(EUC-JP)