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 | 樗???異?^ | 100100101001010000111111001111110011111110001000110110010011111101011110 | 92943f3f3f88d93f5e |
EUC-JP | 樗???異?^ | 110000111111010000111111001111110011111110110000110110110011111101011110 | c3f43f3f3fb0db3f5e |
UTF-8 | 樗면렲렖異렡^ | 11100110101010001001011111101011101010011011010011101011101000001011001011101011101000001001011011100111100101011011000011101011101000001010000101011110 | e6a897eba9b4eba0b2eba096e795b0eba0a15e |
UHC | 樗면렲렖異렡^ | 11101110110000001011100011101001100011101011111110001110101010111110110010110110100011101011001001011110 | eec0b8e98ebf8eabecb68eb25e |
SJIS-Win,EUC-JP: Classic charsets mainly used as Japanese encoding set on Windows(SJIS-Win=CP932) and UNIX(EUC-JP)