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 | 0011111100111111001111110011111101000010 | 3f3f3f3f42 |
SJIS-WIN | 縡?才?B | 11100011011100010011111110001101110010110011111101000010 | e3713f8dcb3f42 |
EUC-JP | 縡?才?B | 11100101110100100011111110111010110011010011111101000010 | e5d23fbacd3f42 |
UTF-8 | 縡렭才렭B | 11100111101110001010000111101011101000001010110111100110100010011000110111101011101000001010110101000010 | e7b8a1eba0ade6898deba0ad42 |
UHC | 縡렭才렭B | 111011101010110110001110101110101110111010100110100011101011101001000010 | eead8ebaeea68eba42 |
SJIS-Win,EUC-JP: Classic charsets mainly used as Japanese encoding set on Windows(SJIS-Win=CP932) and UNIX(EUC-JP)