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 | ì©¿¾ | 11101100101010011011111110111110 | eca9bfbe |
SJIS-WIN | ???? | 00111111001111110011111100111111 | 3f3f3f3f |
EUC-JP | ì©¿? | 10001111101010111100000010001111101000101110110110001111101000101100010000111111 | 8fabc08fa2ed8fa2c43f |
UTF-8 | ì©¿¾ | 1100001110101100110000101010100111000010101111111100001010111110 | c3acc2a9c2bfc2be |
UHC | ??¿¾ | 001111110011111110100010101011111010100011111010 | 3f3fa2afa8fa |
SJIS-Win,EUC-JP: Classic charsets mainly used as Japanese encoding set on Windows(SJIS-Win=CP932) and UNIX(EUC-JP)