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 | ???AB | 0011111100111111001111110100000101000010 | 3f3f3f4142 |
SJIS-WIN | 壓鰻?AB | 10011010110110001000100101010110001111110100000101000010 | 9ad889563f4142 |
EUC-JP | 壓鰻?AB | 11010100110110101011000110110111001111110100000101000010 | d4dab1b73f4142 |
UTF-8 | 壓鰻렠AB | 1110010110100011100100111110100110110000101110111110101110100000101000000100000101000010 | e5a393e9b0bbeba0a04142 |
UHC | 壓鰻렠AB | 1110010011100010110110001100010010001110101100010100000101000010 | e4e2d8c48eb14142 |
SJIS-Win,EUC-JP: Classic charsets mainly used as Japanese encoding set on Windows(SJIS-Win=CP932) and UNIX(EUC-JP)