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 | 頑頑[頑頑[^ | 1000101011100110100010101110011001011011100010101110011010001010111001100101101101011110 | 8ae68ae65b8ae68ae65b5e |
EUC-JP | 頑頑[頑頑[^ | 1011010011101000101101001110100001011011101101001110100010110100111010000101101101011110 | b4e8b4e85bb4e8b4e85b5e |
UTF-8 | 頑頑[頑頑[^ | 111010011010000010010001111010011010000010010001010110111110100110100000100100011110100110100000100100010101101101011110 | e9a091e9a0915be9a091e9a0915b5e |
UHC | 頑頑[頑頑[^ | 1110100011010111111010001101011101011011111010001101011111101000110101110101101101011110 | e8d7e8d75be8d7e8d75b5e |
SJIS-Win,EUC-JP: Classic charsets mainly used as Japanese encoding set on Windows(SJIS-Win=CP932) and UNIX(EUC-JP)