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 | 齎?件^ | 111001101101100000111111100011001000111101011110 | e6d83f8c8f5e |
EUC-JP | 齎?件^ | 111011001101101000111111101101111110111101011110 | ecda3fb7ef5e |
UTF-8 | 齎찐件^ | 11101001101111011000111011101100101100001001000011100100101110111011011001011110 | e9bd8eecb090e4bbb65e |
UHC | 齎찐件^ | 11101110101100101100001011110000110010111110110001011110 | eeb2c2f0cbec5e |
SJIS-Win,EUC-JP: Classic charsets mainly used as Japanese encoding set on Windows(SJIS-Win=CP932) and UNIX(EUC-JP)