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 | ???jB | 0011111100111111001111110110101001000010 | 3f3f3f6a42 |
SJIS-WIN | 狸揃孫jB | 1001001001001011100100011011010110010001101101110110101001000010 | 924b91b591b76a42 |
EUC-JP | 狸揃孫jB | 1100001110101100110000101011011111000010101110010110101001000010 | c3acc2b7c2b96a42 |
UTF-8 | 狸揃孫jB | 1110011110001011101110001110011010001111100000111110010110101101101010110110101001000010 | e78bb8e68f83e5adab6a42 |
UHC | 狸?孫jB | 11010111111000010011111111100001110111010110101001000010 | d7e13fe1dd6a42 |
SJIS-Win,EUC-JP: Classic charsets mainly used as Japanese encoding set on Windows(SJIS-Win=CP932) and UNIX(EUC-JP)