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 | 髀・[髀・[^ | 111010011000111110100101010110111110100110001111101001010101101101011110 | e98fa55be98fa55b5e |
EUC-JP | 髀・[髀・[^ | 1111000111101111100011101010010101011011111100011110111110001110101001010101101101011110 | f1ef8ea55bf1ef8ea55b5e |
UTF-8 | 髀・[髀・[^ | 111010011010101110000000111011111011110110100101010110111110100110101011100000001110111110111101101001010101101101011110 | e9ab80efbda55be9ab80efbda55b5e |
UHC | ??[??[^ | 00111111001111110101101100111111001111110101101101011110 | 3f3f5b3f3f5b5e |
SJIS-Win,EUC-JP: Classic charsets mainly used as Japanese encoding set on Windows(SJIS-Win=CP932) and UNIX(EUC-JP)