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 | 譟、阮ケ髫キ | 111001101001111110100100111010001001011010111001111010011001101010110111 | e69fa4e896b9e99ab7 |
| EUC-JP | 譟、阮ケ髫キ | 111011001010000110001110101001001110111111110110100011101011100111110001111110101000111010110111 | eca18ea4eff68eb9f1fa8eb7 |
| UTF-8 | 譟、阮ケ髫キ | 111010001010110110011111111011111011110110100100111010011001100010101110111011111011110110111001111010011010101110101011111011111011110110110111 | e8ad9fefbda4e998aeefbdb9e9ababefbdb7 |
| UHC | ??阮??? | 00111111001111111110100011010110001111110011111100111111 | 3f3fe8d63f3f3f |
SJIS-Win,EUC-JP: Classic charsets mainly used as Japanese encoding set on Windows(SJIS-Win=CP932) and UNIX(EUC-JP)