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 | 懌繖懌縋^ | 100111001110001011100011100001001001110011100010111000110111011001011110 | 9ce2e3849ce2e3765e |
EUC-JP | 懌繖懌縋^ | 110110001110010011100101111001001101100011100100111001011101011101011110 | d8e4e5e4d8e4e5d75e |
UTF-8 | 懌繖懌縋^ | 11100110100001111000110011100111101110011001011011100110100001111000110011100111101110001000101101011110 | e6878ce7b996e6878ce7b88b5e |
UHC | ????^ | 0011111100111111001111110011111101011110 | 3f3f3f3f5e |
SJIS-Win,EUC-JP: Classic charsets mainly used as Japanese encoding set on Windows(SJIS-Win=CP932) and UNIX(EUC-JP)