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 | ???v | 00111111001111110011111101110110 | 3f3f3f76 |
SJIS-WIN | 應?┨v | 100111001110010000111111100001001011011101110110 | 9ce43f84b776 |
EUC-JP | 應?┨v | 110110001110011000111111101010001011100101110110 | d8e63fa8b976 |
UTF-8 | 應⑶┨v | 11100110100001111000100111100010100100011011011011100010100101001010100001110110 | e68789e291b6e294a876 |
UHC | 應⑶┨v | 11101011111010111010100111101001101001101011100101110110 | ebeba9e9a6b976 |
SJIS-Win,EUC-JP: Classic charsets mainly used as Japanese encoding set on Windows(SJIS-Win=CP932) and UNIX(EUC-JP)