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 | ???RE | 0011111100111111001111110101001001000101 | 3f3f3f5245 |
SJIS-WIN | 塢??RE | 100110101100011100111111001111110101001001000101 | 9ac73f3f5245 |
EUC-JP | 塢??RE | 110101001100100100111111001111110101001001000101 | d4c93f3f5245 |
UTF-8 | 塢뽳쉘RE | 1110010110100001101000101110101110111101101100111110110010001001100110000101001001000101 | e5a1a2ebbdb3ec89985245 |
UHC | 塢뽳쉘RE | 1110011111110001100101101110111110111101101010010101001001000101 | e7f196efbda95245 |
SJIS-Win,EUC-JP: Classic charsets mainly used as Japanese encoding set on Windows(SJIS-Win=CP932) and UNIX(EUC-JP)