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 | 1001001001001011100100011011010110010001101101110100000101000010 | 924b91b591b74142 |
EUC-JP | 狸揃孫AB | 1100001110101100110000101011011111000010101110010100000101000010 | c3acc2b7c2b94142 |
UTF-8 | 狸揃孫AB | 1110011110001011101110001110011010001111100000111110010110101101101010110100000101000010 | e78bb8e68f83e5adab4142 |
UHC | 狸?孫AB | 11010111111000010011111111100001110111010100000101000010 | d7e13fe1dd4142 |
SJIS-Win,EUC-JP: Classic charsets mainly used as Japanese encoding set on Windows(SJIS-Win=CP932) and UNIX(EUC-JP)