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 | 盖鞦玳盖 | 1110000110110011111010001110000111100000110111001110000110110011 | e1b3e8e1e0dce1b3 |
EUC-JP | 盖鞦玳盖 | 1110001010110101111100001110001111100000110111101110001010110101 | e2b5f0e3e0dee2b5 |
UTF-8 | 盖鞦玳盖 | 111001111001101110010110111010011001111010100110111001111000111010110011111001111001101110010110 | e79b96e99ea6e78eb3e79b96 |
UHC | 盖?玳盖 | 11001011110011000011111111010011111001011100101111001100 | cbcc3fd3e5cbcc |
SJIS-Win,EUC-JP: Classic charsets mainly used as Japanese encoding set on Windows(SJIS-Win=CP932) and UNIX(EUC-JP)