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 | 00111111001111110100000000111111001111110100000001000010 | 3f3f403f3f4042 |
SJIS-WIN | 叩短@叩短@B | 1001001001000000100100100101101001000000100100100100000010010010010110100100000001000010 | 9240925a409240925a4042 |
EUC-JP | 叩短@叩短@B | 1100001110100001110000111011101101000000110000111010000111000011101110110100000001000010 | c3a1c3bb40c3a1c3bb4042 |
UTF-8 | 叩短@叩短@B | 111001011000111110101001111001111001111110101101010000001110010110001111101010011110011110011111101011010100000001000010 | e58fa9e79fad40e58fa9e79fad4042 |
UHC | 叩短@叩短@B | 1100110110110000110100111010110101000000110011011011000011010011101011010100000001000010 | cdb0d3ad40cdb0d3ad4042 |
SJIS-Win,EUC-JP: Classic charsets mainly used as Japanese encoding set on Windows(SJIS-Win=CP932) and UNIX(EUC-JP)