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 | ????^ | 0011111100111111001111110011111101011110 | 3f3f3f3f5e |
SJIS-WIN | 期?日譴^ | 1000101011111010001111111001001111111010111001101010001001011110 | 8afa3f93fae6a25e |
EUC-JP | 期?日譴^ | 1011010011111100001111111100011011111100111011001010010001011110 | b4fc3fc6fceca45e |
UTF-8 | 期뤺日譴^ | 11100110100111001001111111101011101001001011101011100110100101111010010111101000101011011011010001011110 | e69c9feba4bae697a5e8adb45e |
UHC | 期뤺日譴^ | 110100011010001010001111111010001110110011101101110011001011100101011110 | d1a28fe8ecedccb95e |
SJIS-Win,EUC-JP: Classic charsets mainly used as Japanese encoding set on Windows(SJIS-Win=CP932) and UNIX(EUC-JP)