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 | ???? | 00111111001111110011111100111111 | 3f3f3f3f |
| SJIS-WIN | 聟顏驪珱 | 1110001111011011111010001111100011101001100010111110000011111100 | e3dbe8f8e98be0fc |
| EUC-JP | 聟顏驪珱 | 1110011011011101111100001111101011110001111010111110000011111110 | e6ddf0faf1ebe0fe |
| UTF-8 | 聟顏驪珱 | 111010001000000110011111111010011010000110001111111010011010100110101010111001111000111110110001 | e8819fe9a18fe9a9aae78fb1 |
| UHC | ??驪? | 0011111100111111110101011111000100111111 | 3f3fd5f13f |
SJIS-Win,EUC-JP: Classic charsets mainly used as Japanese encoding set on Windows(SJIS-Win=CP932) and UNIX(EUC-JP)