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 | ??? | 001111110011111100111111 | 3f3f3f |
SJIS-WIN | 骭檍癸 | 111010011000110010011110111110001110000110100001 | e98c9ef8e1a1 |
EUC-JP | 骭檍癸 | 111100011110110011011100111110101110001010100011 | f1ecdcfae2a3 |
UTF-8 | 骭檍癸 | 111010011010101010101101111001101010101010001101111001111001100110111000 | e9aaade6aa8de799b8 |
UHC | ?檍癸 | 0011111111100101111001011100110110100100 | 3fe5e5cda4 |
SJIS-Win,EUC-JP: Classic charsets mainly used as Japanese encoding set on Windows(SJIS-Win=CP932) and UNIX(EUC-JP)