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 | ????? | 0011111100111111001111110011111100111111 | 3f3f3f3f3f |
SJIS-WIN | 壤??異? | 10011010110111110011111100111111100010001101100100111111 | 9adf3f3f88d93f |
EUC-JP | 壤™?異? | 110101001110000110001111101000101110111100111111101100001101101100111111 | d4e18fa2ef3fb0db3f |
UTF-8 | 壤™넁異퍫 | 111001011010001110100100111000101000010010100010111010111000010010000001111001111001010110110000111011011000110110101011 | e5a3a4e284a2eb8481e795b0ed8dab |
UHC | 壤™넁異퍫 | 11100101101111011010001011100010100001101001000111101100101101101011110001000010 | e5bda2e28691ecb6bc42 |
SJIS-Win,EUC-JP: Classic charsets mainly used as Japanese encoding set on Windows(SJIS-Win=CP932) and UNIX(EUC-JP)