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 | ???] | 00111111001111110011111101011101 | 3f3f3f5d |
SJIS-WIN | 芻器蒐] | 11100100100011011000101011101101100011110100111001011101 | e48d8aed8f4e5d |
EUC-JP | 芻器蒐] | 11100111111011011011010011101111101111011010111101011101 | e7edb4efbdaf5d |
UTF-8 | 芻器蒐] | 11101000100010101011101111100101100110011010100011101000100100101001000001011101 | e88abbe599a8e892905d |
UHC | 芻器蒐] | 11110101110101101101000011101111111000101011110101011101 | f5d6d0efe2bd5d |
SJIS-Win,EUC-JP: Classic charsets mainly used as Japanese encoding set on Windows(SJIS-Win=CP932) and UNIX(EUC-JP)