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 | ?????^ | 001111110011111100111111001111110011111101011110 | 3f3f3f3f3f5e |
SJIS-WIN | 驕呟ケ作翁^ | 11101001100000011001100111101010101110011000110111101100100010011010010101011110 | e98199eab98dec89a55e |
EUC-JP | 驕呟ケ作翁^ | 1111000111100001110100101110110010001110101110011011101011101110101100101010011101011110 | f1e1d2ec8eb9baeeb2a75e |
UTF-8 | 驕呟ケ作翁^ | 11101001101010011001010111100101100100011001111111101111101111011011100111100100101111011001110011100111101111111000000101011110 | e9a995e5919fefbdb9e4bd9ce7bf815e |
UHC | 驕??作翁^ | 110011101111011000111111001111111110110111000010111010001011101001011110 | cef63f3fedc2e8ba5e |
SJIS-Win,EUC-JP: Classic charsets mainly used as Japanese encoding set on Windows(SJIS-Win=CP932) and UNIX(EUC-JP)