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 | ??Vh??V | 00111111001111110101011001101000001111110011111101010110 | 3f3f56683f3f56 |
SJIS-WIN | 蝌カVh蝌カV | 111001011001100010110110010101100110100011100101100110001011011001010110 | e598b65668e598b656 |
EUC-JP | 蝌カVh蝌カV | 1110100111111000100011101011011001010110011010001110100111111000100011101011011001010110 | e9f88eb65668e9f88eb656 |
UTF-8 | 蝌カVh蝌カV | 111010001001110110001100111011111011110110110110010101100110100011101000100111011000110011101111101111011011011001010110 | e89d8cefbdb65668e89d8cefbdb656 |
UHC | ??Vh??V | 00111111001111110101011001101000001111110011111101010110 | 3f3f56683f3f56 |
SJIS-Win,EUC-JP: Classic charsets mainly used as Japanese encoding set on Windows(SJIS-Win=CP932) and UNIX(EUC-JP)