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 | ?????? | 001111110011111100111111001111110011111100111111 | 3f3f3f3f3f3f |
| SJIS-WIN | ??薔?葬? | 0011111100111111111001010100101100111111100100011001001000111111 | 3f3fe54b3f91923f |
| EUC-JP | 玎?薔?葬? | 10001111110010111101001000111111111010011010110000111111110000011111001000111111 | 8fcbd23fe9ac3fc1f23f |
| UTF-8 | 玎렕薔렋葬렭 | 111001111000111010001110111010111010000010010101111010001001011010010100111010111010000010001011111010001001000110101100111010111010000010101101 | e78e8eeba095e89694eba08be891aceba0ad |
| UHC | 玎렕薔렋葬렭 | 111011111110100110001110101010101110110111111001100011101010001011101101111101111000111010111010 | efe98eaaedf98ea2edf78eba |
SJIS-Win,EUC-JP: Classic charsets mainly used as Japanese encoding set on Windows(SJIS-Win=CP932) and UNIX(EUC-JP)