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 | ??}??{^ | 00111111001111110111110100111111001111110111101101011110 | 3f3f7d3f3f7b5e |
SJIS-WIN | 鶯漆}鶯漆{^ | 1110100111110010100011101011110101111101111010011111001010001110101111010111101101011110 | e9f28ebd7de9f28ebd7b5e |
EUC-JP | 鶯漆}鶯漆{^ | 1111001011110100101111001011111101111101111100101111010010111100101111110111101101011110 | f2f4bcbf7df2f4bcbf7b5e |
UTF-8 | 鶯漆}鶯漆{^ | 111010011011011010101111111001101011110010000110011111011110100110110110101011111110011010111100100001100111101101011110 | e9b6afe6bc867de9b6afe6bc867b5e |
UHC | 鶯漆}鶯漆{^ | 1110010110100011111101101101010001111101111001011010001111110110110101000111101101011110 | e5a3f6d47de5a3f6d47b5e |
SJIS-Win,EUC-JP: Classic charsets mainly used as Japanese encoding set on Windows(SJIS-Win=CP932) and UNIX(EUC-JP)