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 | ???^ | 00111111001111110011111101011110 | 3f3f3f5e |
SJIS-WIN | 遵?攻^ | 100011111000010100111111100011010101010101011110 | 8f853f8d555e |
EUC-JP | 遵?攻^ | 101111011110010100111111101110011011011001011110 | bde53fb9b65e |
UTF-8 | 遵면攻^ | 11101001100000011011010111101011101010011011010011100110100101001011101101011110 | e981b5eba9b4e694bb5e |
UHC | 遵면攻^ | 11110001111001011011100011101001110011011111010001011110 | f1e5b8e9cdf45e |
SJIS-Win,EUC-JP: Classic charsets mainly used as Japanese encoding set on Windows(SJIS-Win=CP932) and UNIX(EUC-JP)