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 | ??????^ | 00111111001111110011111100111111001111110011111101011110 | 3f3f3f3f3f3f5e |
SJIS-WIN | ??????^ | 00111111001111110011111100111111001111110011111101011110 | 3f3f3f3f3f3f5e |
EUC-JP | 翟??翟??^ | 1000111111010101101111000011111100111111100011111101010110111100001111110011111101011110 | 8fd5bc3f3f8fd5bc3f3f5e |
UTF-8 | 翟렣렰翟렣렰^ | 11100111101111111001111111101011101000001010001111101011101000001011000011100111101111111001111111101011101000001010001111101011101000001011000001011110 | e7bf9feba0a3eba0b0e7bf9feba0a3eba0b05e |
UHC | 翟렣렰翟렣렰^ | 11101110111000011000111010110100100011101011110111101110111000011000111010110100100011101011110101011110 | eee18eb48ebdeee18eb48ebd5e |
SJIS-Win,EUC-JP: Classic charsets mainly used as Japanese encoding set on Windows(SJIS-Win=CP932) and UNIX(EUC-JP)