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 | ????^ | 0011111100111111001111110011111101011110 | 3f3f3f3f5e |
SJIS-WIN | 蟾曠蟾曠^ | 111001011011011110011110010001001110010110110111100111100100010001011110 | e5b79e44e5b79e445e |
EUC-JP | 蟾曠蟾曠^ | 111010101011100111011011101001011110101010111001110110111010010101011110 | eab9dba5eab9dba55e |
UTF-8 | 蟾曠蟾曠^ | 11101000100111111011111011100110100110111010000011101000100111111011111011100110100110111010000001011110 | e89fbee69ba0e89fbee69ba05e |
UHC | 蟾曠蟾曠^ | 111000001110101011001110110001111110000011101010110011101100011101011110 | e0eacec7e0eacec75e |
SJIS-Win,EUC-JP: Classic charsets mainly used as Japanese encoding set on Windows(SJIS-Win=CP932) and UNIX(EUC-JP)