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 | ???@h | 0011111100111111001111110100000001101000 | 3f3f3f4068 |
SJIS-WIN | 軆鮗癰@h | 1110011101011100111010011011101011100001100111100100000001101000 | e75ce9bae19e4068 |
EUC-JP | 軆鮗癰@h | 1110110110111101111100101011110011100001111111100100000001101000 | edbdf2bce1fe4068 |
UTF-8 | 軆鮗癰@h | 1110100010111011100001101110100110101110100101111110011110011001101100000100000001101000 | e8bb86e9ae97e799b04068 |
UHC | ??癰@h | 001111110011111111101000101110010100000001101000 | 3f3fe8b94068 |
SJIS-Win,EUC-JP: Classic charsets mainly used as Japanese encoding set on Windows(SJIS-Win=CP932) and UNIX(EUC-JP)