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 | ???pG | 0011111100111111001111110111000001000111 | 3f3f3f7047 |
SJIS-WIN | 蕈≦けpG | 1110010011111100100000011000010110000010101011110111000001000111 | e4fc818582af7047 |
EUC-JP | 蕈≦けpG | 1110100011111110101000011110010110100100101100010111000001000111 | e8fea1e5a4b17047 |
UTF-8 | 蕈≦けpG | 1110100010010101100010001110001010001001101001101110001110000001100100010111000001000111 | e89588e289a6e381917047 |
UHC | ??けpG | 001111110011111110101010101100010111000001000111 | 3f3faab17047 |
SJIS-Win,EUC-JP: Classic charsets mainly used as Japanese encoding set on Windows(SJIS-Win=CP932) and UNIX(EUC-JP)