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 | 0011111100111111001111110100000001000010 | 3f3f3f4042 |
SJIS-WIN | 塋や?@B | 10011010110010001000001011100010001111110100000001000010 | 9ac882e23f4042 |
EUC-JP | 塋や?@B | 11010100110010101010010011100100001111110100000001000010 | d4caa4e43f4042 |
UTF-8 | 塋や많@B | 1110010110100001100010111110001110000010100001001110101110100111100011100100000001000010 | e5a18be38284eba78e4042 |
UHC | 塋や많@B | 1110011110101011101010101110010010111000101110010100000001000010 | e7abaae4b8b94042 |
SJIS-Win,EUC-JP: Classic charsets mainly used as Japanese encoding set on Windows(SJIS-Win=CP932) and UNIX(EUC-JP)