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 | ?????e^ | 00111111001111110011111100111111001111110110010101011110 | 3f3f3f3f3f655e |
SJIS-WIN | 舌??衙舌e^ | 10010000111000110011111100111111111001011100100110010000111000110110010101011110 | 90e33f3fe5c990e3655e |
EUC-JP | 舌??衙舌e^ | 11000000111001010011111100111111111010101100101111000000111001010110010101011110 | c0e53f3feacbc0e5655e |
UTF-8 | 舌롍렍衙舌e^ | 1110100010001000100011001110101110100001100011011110101110100000100011011110100010100001100110011110100010001000100011000110010101011110 | e8888ceba18deba08de8a199e8888c655e |
UHC | 舌롍렍衙舌e^ | 111000001101111110001110110100111000111010100011111001001011011111100000110111110110010101011110 | e0df8ed38ea3e4b7e0df655e |
SJIS-Win,EUC-JP: Classic charsets mainly used as Japanese encoding set on Windows(SJIS-Win=CP932) and UNIX(EUC-JP)