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 | 譬?譬?^ | 11100110101000000011111111100110101000000011111101011110 | e6a03fe6a03f5e |
EUC-JP | 譬?譬?^ | 11101100101000100011111111101100101000100011111101011110 | eca23feca23f5e |
UTF-8 | 譬넸譬넵^ | 11101000101011011010110011101011100001001011100011101000101011011010110011101011100001001011010101011110 | e8adaceb84b8e8adaceb84b55e |
UHC | 譬넸譬넵^ | 110111101010011110110011110111101101111010100111101100111101110001011110 | dea7b3dedea7b3dc5e |
SJIS-Win,EUC-JP: Classic charsets mainly used as Japanese encoding set on Windows(SJIS-Win=CP932) and UNIX(EUC-JP)