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 | ????? | 0011111100111111001111110011111100111111 | 3f3f3f3f3f |
SJIS-WIN | 陜」鬆大相 | 111010001001110110100011111010011010000010010001111001011001000110001010 | e89da3e9a091e5918a |
EUC-JP | 陜」鬆大相 | 11101111111111011000111010100011111100101010001011000010111001111100000111101010 | effd8ea3f2a2c2e7c1ea |
UTF-8 | 陜」鬆大相 | 111010011001100110011100111011111011110110100011111010011010110010000110111001011010010010100111111001111001101110111000 | e9999cefbda3e9ac86e5a4a7e79bb8 |
UHC | 陜??大相 | 1111100111110000001111110011111111010011110111101101111111010011 | f9f03f3fd3dedfd3 |
SJIS-Win,EUC-JP: Classic charsets mainly used as Japanese encoding set on Windows(SJIS-Win=CP932) and UNIX(EUC-JP)