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 | 0011111101000000001111110100000001000010 | 3f403f4042 |
SJIS-WIN | 邀@邀@B | 11100111101100010100000011100111101100010100000001000010 | e7b140e7b14042 |
EUC-JP | 邀@邀@B | 11101110101100110100000011101110101100110100000001000010 | eeb340eeb34042 |
UTF-8 | 邀@邀@B | 111010011000001010000000010000001110100110000010100000000100000001000010 | e9828040e982804042 |
UHC | 邀@邀@B | 11101001101011010100000011101001101011010100000001000010 | e9ad40e9ad4042 |
SJIS-Win,EUC-JP: Classic charsets mainly used as Japanese encoding set on Windows(SJIS-Win=CP932) and UNIX(EUC-JP)