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 | ??^ | 001111110011111101011110 | 3f3f5e |
SJIS-WIN | 蟾蟾^ | 1110010110110111111001011011011101011110 | e5b7e5b75e |
EUC-JP | 蟾蟾^ | 1110101010111001111010101011100101011110 | eab9eab95e |
UTF-8 | 蟾蟾^ | 11101000100111111011111011101000100111111011111001011110 | e89fbee89fbe5e |
UHC | 蟾蟾^ | 1110000011101010111000001110101001011110 | e0eae0ea5e |
SJIS-Win,EUC-JP: Classic charsets mainly used as Japanese encoding set on Windows(SJIS-Win=CP932) and UNIX(EUC-JP)