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 | ?????? | 001111110011111100111111001111110011111100111111 | 3f3f3f3f3f3f |
SJIS-WIN | 閹、蟲ィ豢イ | 111010001000011010100100111001011011001110101000111001101011010010110010 | e886a4e5b3a8e6b4b2 |
EUC-JP | 閹、蟲ィ豢イ | 111011111110011010001110101001001110101010110101100011101010100011101100101101101000111010110010 | efe68ea4eab58ea8ecb68eb2 |
UTF-8 | 閹、蟲ィ豢イ | 111010011001011010111001111011111011110110100100111010001001111110110010111011111011110110101000111010001011000110100010111011111011110110110010 | e996b9efbda4e89fb2efbda8e8b1a2efbdb2 |
UHC | ??蟲??? | 00111111001111111111010111111001001111110011111100111111 | 3f3ff5f93f3f3f |
SJIS-Win,EUC-JP: Classic charsets mainly used as Japanese encoding set on Windows(SJIS-Win=CP932) and UNIX(EUC-JP)