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 | ??D??D^ | 00111111001111110100010000111111001111110100010001011110 | 3f3f443f3f445e |
SJIS-WIN | 楢?D楢?D^ | 100100111110100000111111010001001001001111101000001111110100010001011110 | 93e83f4493e83f445e |
EUC-JP | 楢?D楢?D^ | 110001101110101000111111010001001100011011101010001111110100010001011110 | c6ea3f44c6ea3f445e |
UTF-8 | 楢렢D楢렢D^ | 111001101010010110100010111010111010000010100010010001001110011010100101101000101110101110100000101000100100010001011110 | e6a5a2eba0a244e6a5a2eba0a2445e |
UHC | 楢렢D楢렢D^ | 1110101011111001100011101011001101000100111010101111100110001110101100110100010001011110 | eaf98eb344eaf98eb3445e |
SJIS-Win,EUC-JP: Classic charsets mainly used as Japanese encoding set on Windows(SJIS-Win=CP932) and UNIX(EUC-JP)