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 | ?R?^B | 0011111101010010001111110101111001000010 | 3f523f5e42 |
SJIS-WIN | 直R直^B | 10010010101111000101001010010010101111000101111001000010 | 92bc5292bc5e42 |
EUC-JP | 直R直^B | 11000100101111100101001011000100101111100101111001000010 | c4be52c4be5e42 |
UTF-8 | 直R直^B | 111001111001101110110100010100101110011110011011101101000101111001000010 | e79bb452e79bb45e42 |
UHC | 直R直^B | 11110010110000010101001011110010110000010101111001000010 | f2c152f2c15e42 |
SJIS-Win,EUC-JP: Classic charsets mainly used as Japanese encoding set on Windows(SJIS-Win=CP932) and UNIX(EUC-JP)