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 | 盧脛姪 | 111000011011100011100011111110001001011011000011 | e1b8e3f896c3 |
EUC-JP | 盧脛姪 | 111000101011101011100110111110101100110011000101 | e2bae6faccc5 |
UTF-8 | 盧脛姪 | 111001111001101110100111111010001000010010011011111001011010011110101010 | e79ba7e8849be5a7aa |
UHC | 盧脛姪 | 110101101101010011001100111010111111001011101011 | d6d4ccebf2eb |
SJIS-Win,EUC-JP: Classic charsets mainly used as Japanese encoding set on Windows(SJIS-Win=CP932) and UNIX(EUC-JP)