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 | ??藏?^ | 001111110011111111100101010101010011111101011110 | 3f3fe5553f5e |
EUC-JP | ??藏?^ | 001111110011111111101001101101100011111101011110 | 3f3fe9b63f5e |
UTF-8 | 臨렩藏렩^ | 11101111101001111011011011101011101000001010100111101000100101111000111111101011101000001010100101011110 | efa7b6eba0a9e8978feba0a95e |
UHC | 臨렩藏렩^ | 111011001111101010001110101101111110110111111010100011101011011101011110 | ecfa8eb7edfa8eb75e |
SJIS-Win,EUC-JP: Classic charsets mainly used as Japanese encoding set on Windows(SJIS-Win=CP932) and UNIX(EUC-JP)