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 | ????^ | 0011111100111111001111110011111101011110 | 3f3f3f3f5e |
SJIS-WIN | 仲?仲?^ | 10010010100001110011111110010010100001110011111101011110 | 92873f92873f5e |
EUC-JP | 仲?仲?^ | 11000011111001110011111111000011111001110011111101011110 | c3e73fc3e73f5e |
UTF-8 | 仲렒仲렒^ | 11100100101110111011001011101011101000001001001011100100101110111011001011101011101000001001001001011110 | e4bbb2eba092e4bbb2eba0925e |
UHC | 仲렒仲렒^ | 111100011110101010001110101001111111000111101010100011101010011101011110 | f1ea8ea7f1ea8ea75e |
SJIS-Win,EUC-JP: Classic charsets mainly used as Japanese encoding set on Windows(SJIS-Win=CP932) and UNIX(EUC-JP)