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 | 葯擁 | 11100100110111101001011101101001 | e4de9769 |
EUC-JP | 葯擁 | 11101000111000001100110111001010 | e8e0cdca |
UTF-8 | 葯擁 | 111010001001000110101111111001101001001110000001 | e891afe69381 |
UHC | 葯擁 | 11100101101101011110100010110110 | e5b5e8b6 |
SJIS-Win,EUC-JP: Classic charsets mainly used as Japanese encoding set on Windows(SJIS-Win=CP932) and UNIX(EUC-JP)