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 | 獵瑙獵瑙^ | 111000001101100011100000111011011110000011011000111000001110110101011110 | e0d8e0ede0d8e0ed5e |
EUC-JP | 獵瑙獵瑙^ | 111000001101101011100000111011111110000011011010111000001110111101011110 | e0dae0efe0dae0ef5e |
UTF-8 | 獵瑙獵瑙^ | 11100111100011011011010111100111100100011001100111100111100011011011010111100111100100011001100101011110 | e78db5e79199e78db5e791995e |
UHC | 獵瑙獵瑙^ | 110101101011010011010010110001011101011010110100110100101100010101011110 | d6b4d2c5d6b4d2c55e |
SJIS-Win,EUC-JP: Classic charsets mainly used as Japanese encoding set on Windows(SJIS-Win=CP932) and UNIX(EUC-JP)