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 | 鉛?????^ | 1000100110010100001111110011111100111111001111110011111101011110 | 89943f3f3f3f3f5e |
EUC-JP | 鉛?????^ | 1011000111110100001111110011111100111111001111110011111101011110 | b1f43f3f3f3f3f5e |
UTF-8 | 鉛녿젶劣먮젎^ | 11101001100010011001101111101011100001011011111111101100101000001011011011101111101001101001110111101011101010001010111011101100101000001000111001011110 | e9899beb85bfeca0b6efa69deba8aeeca08e5e |
UHC | 鉛녿젶劣먮젎^ | 11100110111001111000011011101011101000001010101011100110111010111001000011101011101000001000111101011110 | e6e786eba0aae6eb90eba08f5e |
SJIS-Win,EUC-JP: Classic charsets mainly used as Japanese encoding set on Windows(SJIS-Win=CP932) and UNIX(EUC-JP)