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 | 10001101110001100011111111100101010101010011111101000010 | 8dc63fe5553f42 |
EUC-JP | 哉?藏?B | 10111010110010000011111111101001101101100011111101000010 | bac83fe9b63f42 |
UTF-8 | 哉렯藏렭B | 11100101100100111000100111101011101000001010111111101000100101111000111111101011101000001010110101000010 | e59389eba0afe8978feba0ad42 |
UHC | 哉렯藏렭B | 111011101010001110001110101111001110110111111010100011101011101001000010 | eea38ebcedfa8eba42 |
SJIS-Win,EUC-JP: Classic charsets mainly used as Japanese encoding set on Windows(SJIS-Win=CP932) and UNIX(EUC-JP)