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 | 螟門、烹 | 11100101101001001001011011100101101001001001011001000010 | e5a496e5a49642 |
EUC-JP | 螟門、烹 | 1110101010100110110011001110011110001110101001001100101110100011 | eaa6cce78ea4cba3 |
UTF-8 | 螟門、烹 | 111010001001111010011111111010011001011010000000111011111011110110100100111001111000001110111001 | e89e9fe99680efbda4e783b9 |
UHC | 螟門?烹 | 11011001101011011101101010100110001111111111100010110010 | d9addaa63ff8b2 |
SJIS-Win,EUC-JP: Classic charsets mainly used as Japanese encoding set on Windows(SJIS-Win=CP932) and UNIX(EUC-JP)