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 | 舌衙舌衙^ | 100100001110001111100101110010011001000011100011111001011100100101011110 | 90e3e5c990e3e5c95e |
EUC-JP | 舌衙舌衙^ | 110000001110010111101010110010111100000011100101111010101100101101011110 | c0e5eacbc0e5eacb5e |
UTF-8 | 舌衙舌衙^ | 11101000100010001000110011101000101000011001100111101000100010001000110011101000101000011001100101011110 | e8888ce8a199e8888ce8a1995e |
UHC | 舌衙舌衙^ | 111000001101111111100100101101111110000011011111111001001011011101011110 | e0dfe4b7e0dfe4b75e |
SJIS-Win,EUC-JP: Classic charsets mainly used as Japanese encoding set on Windows(SJIS-Win=CP932) and UNIX(EUC-JP)