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 | ??[??[^ | 00111111001111110101101100111111001111110101101101011110 | 3f3f5b3f3f5b5e |
SJIS-WIN | 夭起[夭起[^ | 1001101011101110100010110100111001011011100110101110111010001011010011100101101101011110 | 9aee8b4e5b9aee8b4e5b5e |
EUC-JP | 夭起[夭起[^ | 1101010011110000101101011010111101011011110101001111000010110101101011110101101101011110 | d4f0b5af5bd4f0b5af5b5e |
UTF-8 | 夭起[夭起[^ | 111001011010010010101101111010001011010110110111010110111110010110100100101011011110100010110101101101110101101101011110 | e5a4ade8b5b75be5a4ade8b5b75b5e |
UHC | 夭起[夭起[^ | 1110100011101100110100011100001101011011111010001110110011010001110000110101101101011110 | e8ecd1c35be8ecd1c35b5e |
SJIS-Win,EUC-JP: Classic charsets mainly used as Japanese encoding set on Windows(SJIS-Win=CP932) and UNIX(EUC-JP)