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 | 鍮ф?? | 111010000100101010000100100001100011111100111111 | e84a84863f3f |
EUC-JP | 鍮ф?? | 111011111010101110100111111001100011111100111111 | efaba7e63f3f |
UTF-8 | 鍮ф깙掠 | 1110100110001101101011101101000110000100111010101011100110011001111011111010010110110101 | e98daed184eab999efa5b5 |
UHC | 鍮ф깙掠 | 1110101110111001101011001110011010000011100100011110010110110001 | ebb9ace68391e5b1 |
SJIS-Win,EUC-JP: Classic charsets mainly used as Japanese encoding set on Windows(SJIS-Win=CP932) and UNIX(EUC-JP)