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 | 驕懷腰驕懷 | 11101001100000011001110011100101100011011001100011101001100000011001110011100101 | e9819ce58d98e9819ce5 |
EUC-JP | 驕懷腰驕懷 | 11110001111000011101100011100111101110011111100011110001111000011101100011100111 | f1e1d8e7b9f8f1e1d8e7 |
UTF-8 | 驕懷腰驕懷 | 111010011010100110010101111001101000011110110111111010001000010110110000111010011010100110010101111001101000011110110111 | e9a995e687b7e885b0e9a995e687b7 |
UHC | 驕懷腰驕懷 | 11001110111101101111110011100011111010011010011011001110111101101111110011100011 | cef6fce3e9a6cef6fce3 |
SJIS-Win,EUC-JP: Classic charsets mainly used as Japanese encoding set on Windows(SJIS-Win=CP932) and UNIX(EUC-JP)