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 | 蔵測息測^ | 100100011010000010010001101010101001000110100111100100011010101001011110 | 91a091aa91a791aa5e |
EUC-JP | 蔵測息測^ | 110000101010001011000010101011001100001010101001110000101010110001011110 | c2a2c2acc2a9c2ac5e |
UTF-8 | 蔵測息測^ | 11101000100101001011010111100110101110001010110011100110100000011010111111100110101110001010110001011110 | e894b5e6b8ace681afe6b8ac5e |
UHC | ?測息測^ | 0011111111110110101101001110001111010011111101101011010001011110 | 3ff6b4e3d3f6b45e |
SJIS-Win,EUC-JP: Classic charsets mainly used as Japanese encoding set on Windows(SJIS-Win=CP932) and UNIX(EUC-JP)