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 | ???? | 00111111001111110011111100111111 | 3f3f3f3f |
SJIS-WIN | ?→?鷹 | 001111111000000110101000001111111001000111101001 | 3f81a83f91e9 |
EUC-JP | 焰→?鷹 | 1000111111001001111011111010001010101010001111111100001011101011 | 8fc9efa2aa3fc2eb |
UTF-8 | 焰→킍鷹 | 111001111000010010110000111000101000011010010010111011011000001010001101111010011011011110111001 | e784b0e28692ed828de9b7b9 |
UHC | 焰→킍鷹 | 1110011011111011101000011110011010110100100110011110101111101101 | e6fba1e6b499ebed |
SJIS-Win,EUC-JP: Classic charsets mainly used as Japanese encoding set on Windows(SJIS-Win=CP932) and UNIX(EUC-JP)