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 | 佞檍癸 | 100110110100001110011110111110001110000110100001 | 9b439ef8e1a1 |
EUC-JP | 佞檍癸 | 110101011010010011011100111110101110001010100011 | d5a4dcfae2a3 |
UTF-8 | 佞檍癸 | 111001001011110110011110111001101010101010001101111001111001100110111000 | e4bd9ee6aa8de799b8 |
UHC | ?檍癸 | 0011111111100101111001011100110110100100 | 3fe5e5cda4 |
SJIS-Win,EUC-JP: Classic charsets mainly used as Japanese encoding set on Windows(SJIS-Win=CP932) and UNIX(EUC-JP)