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 | ??? | 001111110011111100111111 | 3f3f3f |
SJIS-WIN | 艾順馨 | 111001001000100010001111100001111000101001011101 | e4888f878a5d |
EUC-JP | 艾順馨 | 111001111110100010111101111001111011001110111110 | e7e8bde7b3be |
UTF-8 | 艾順馨 | 111010001000100110111110111010011010000010000110111010011010011010101000 | e889bee9a086e9a6a8 |
UHC | 艾順馨 | 111001001111010111100010111101111111101110110000 | e4f5e2f7fbb0 |
SJIS-Win,EUC-JP: Classic charsets mainly used as Japanese encoding set on Windows(SJIS-Win=CP932) and UNIX(EUC-JP)