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 | ???? | 00111111001111110011111100111111 | 3f3f3f3f |
SJIS-WIN | 譴「豸④ | 11100110101000101010001011100110101101101000011101000011 | e6a2a2e6b68743 |
EUC-JP | 譴「豸? | 11101100101001001000111010100010111011001011100000111111 | eca48ea2ecb83f |
UTF-8 | 譴「豸④ | 111010001010110110110100111011111011110110100010111010001011000110111000111000101001000110100011 | e8adb4efbda2e8b1b8e291a3 |
UHC | 譴??④ | 110011001011100100111111001111111010100011101010 | ccb93f3fa8ea |
SJIS-Win,EUC-JP: Classic charsets mainly used as Japanese encoding set on Windows(SJIS-Win=CP932) and UNIX(EUC-JP)