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 | ????B | 0011111100111111001111110011111101000010 | 3f3f3f3f42 |
SJIS-WIN | 遏廖遏廖B | 111001111001111110011100010000001110011110011111100111000100000001000010 | e79f9c40e79f9c4042 |
EUC-JP | 遏廖遏廖B | 111011101010000111010111101000011110111010100001110101111010000101000010 | eea1d7a1eea1d7a142 |
UTF-8 | 遏廖遏廖B | 11101001100000011000111111100101101110111001011011101001100000011000111111100101101110111001011001000010 | e9818fe5bb96e9818fe5bb9642 |
UHC | ?廖?廖B | 00111111110101101111100000111111110101101111100001000010 | 3fd6f83fd6f842 |
SJIS-Win,EUC-JP: Classic charsets mainly used as Japanese encoding set on Windows(SJIS-Win=CP932) and UNIX(EUC-JP)