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 | ?? | 0011111100111111 | 3f3f |
SJIS-WIN | 謖昊 | 11100110100011001001110111011101 | e68c9ddd |
EUC-JP | 謖昊 | 11101011111011001101101011011111 | ebecdadf |
UTF-8 | 謖昊 | 111010001010110010010110111001101001100010001010 | e8ac96e6988a |
UHC | 謖昊 | 11100001110110101111101111000100 | e1dafbc4 |
SJIS-Win,EUC-JP: Classic charsets mainly used as Japanese encoding set on Windows(SJIS-Win=CP932) and UNIX(EUC-JP)