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 | 載?━寥 | 10001101110110100011111110000100101010101001101110001100 | 8dda3f84aa9b8c |
EUC-JP | 載?━寥 | 10111010110111000011111110101000101011001101010111101100 | badc3fa8acd5ec |
UTF-8 | 載얍━寥 | 111010001011110010001001111011001001011010001101111000101001010010000001111001011010111110100101 | e8bc89ec968de29481e5afa5 |
UHC | 載얍━寥 | 1110111010110000101111101110010110100110101011001110100011101111 | eeb0bee5a6ace8ef |
SJIS-Win,EUC-JP: Classic charsets mainly used as Japanese encoding set on Windows(SJIS-Win=CP932) and UNIX(EUC-JP)