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 | ????] | 0011111100111111001111110011111101011101 | 3f3f3f3f5d |
SJIS-WIN | 汝?藥?] | 10010011111100000011111111100101010110100011111101011101 | 93f03fe55a3f5d |
EUC-JP | 汝?藥?] | 11000110111100100011111111101001101110110011111101011101 | c6f23fe9bb3f5d |
UTF-8 | 汝숮藥폶] | 11100110101100011001110111101100100010001010111011101000100101111010010111101101100011111011011001011101 | e6b19dec88aee897a5ed8fb65d |
UHC | 汝숮藥폶] | 111001101010001110011010010001111110010110110111101111010101100101011101 | e6a39a47e5b7bd595d |
SJIS-Win,EUC-JP: Classic charsets mainly used as Japanese encoding set on Windows(SJIS-Win=CP932) and UNIX(EUC-JP)