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 | ????? | 0011111100111111001111110011111100111111 | 3f3f3f3f3f |
SJIS-WIN | 鞳悟ア。遽 | 1110100011100011100011001110010110110001101000011110011110101111 | e8e38ce5b1a1e7af |
EUC-JP | 鞳悟ア。遽 | 11110000111001011011100011100111100011101011000110001110101000011110111010110001 | f0e5b8e78eb18ea1eeb1 |
UTF-8 | 鞳悟ア。遽 | 111010011001111010110011111001101000001010011111111011111011110110110001111011111011110110100001111010011000000110111101 | e99eb3e6829fefbdb1efbda1e981bd |
UHC | ?悟??遽 | 00111111111001111111011000111111001111111100101111101000 | 3fe7f63f3fcbe8 |
SJIS-Win,EUC-JP: Classic charsets mainly used as Japanese encoding set on Windows(SJIS-Win=CP932) and UNIX(EUC-JP)