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 | ????V | 0011111100111111001111110011111101010110 | 3f3f3f3f56 |
SJIS-WIN | 陝ャ魘ヲV | 11101000100111111010110011101001101101001010011001010110 | e89face9b4a656 |
EUC-JP | 陝ャ魘ヲV | 111100001010000110001110101011001111001010110110100011101010011001010110 | f0a18eacf2b68ea656 |
UTF-8 | 陝ャ魘ヲV | 11101001100110011001110111101111101111011010110011101001101011011001100011101111101111011010011001010110 | e9999defbdace9ad98efbda656 |
UHC | 陝???V | 111000001110110100111111001111110011111101010110 | e0ed3f3f3f56 |
SJIS-Win,EUC-JP: Classic charsets mainly used as Japanese encoding set on Windows(SJIS-Win=CP932) and UNIX(EUC-JP)