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 | 逶門槙^ | 11100111100110111001011011100101100101101000101001011110 | e79b96e5968a5e |
EUC-JP | 逶門槙^ | 11101101111110111100110011100111110010111110101001011110 | edfbcce7cbea5e |
UTF-8 | 逶門槙^ | 11101001100000001011011011101001100101101000000011100110101001111001100101011110 | e980b6e99680e6a7995e |
UHC | ?門?^ | 0011111111011010101001100011111101011110 | 3fdaa63f5e |
SJIS-Win,EUC-JP: Classic charsets mainly used as Japanese encoding set on Windows(SJIS-Win=CP932) and UNIX(EUC-JP)