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 | 遵?攻?? | 10001111100001010011111110001101010101010011111100111111 | 8f853f8d553f3f |
EUC-JP | 遵?攻?? | 10111101111001010011111110111001101101100011111100111111 | bde53fb9b63f3f |
UTF-8 | 遵면攻뤯헤 | 111010011000000110110101111010111010100110110100111001101001010010111011111010111010010010101111111011011001011110100100 | e981b5eba9b4e694bbeba4afed97a4 |
UHC | 遵면攻뤯헤 | 11110001111001011011100011101001110011011111010010001111110111011100011111101100 | f1e5b8e9cdf48fddc7ec |
SJIS-Win,EUC-JP: Classic charsets mainly used as Japanese encoding set on Windows(SJIS-Win=CP932) and UNIX(EUC-JP)