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 | 罔順季 | 111000111010011010001111100001111000101101000111 | e3a68f878b47 |
EUC-JP | 罔順季 | 111001101010100010111101111001111011010110101000 | e6a8bde7b5a8 |
UTF-8 | 罔順季 | 111001111011110110010100111010011010000010000110111001011010110110100011 | e7bd94e9a086e5ada3 |
UHC | 罔順季 | 110110001101001011100010111101111100110011111001 | d8d2e2f7ccf9 |
SJIS-Win,EUC-JP: Classic charsets mainly used as Japanese encoding set on Windows(SJIS-Win=CP932) and UNIX(EUC-JP)