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 | ??? | 001111110011111100111111 | 3f3f3f |
SJIS-WIN | 靄杓七 | 111010001100100110001110110110111000111010110101 | e8c98edb8eb5 |
EUC-JP | 靄杓七 | 111100001100101110111100110111011011110010110111 | f0cbbcddbcb7 |
UTF-8 | 靄杓七 | 111010011001110110000100111001101001110110010011111001001011100010000011 | e99d84e69d93e4b883 |
UHC | 靄杓七 | 111001001111011111111000111101011111011011010010 | e4f7f8f5f6d2 |
SJIS-Win,EUC-JP: Classic charsets mainly used as Japanese encoding set on Windows(SJIS-Win=CP932) and UNIX(EUC-JP)