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 | 顏簿響葯 | 1110100011111000100101011110101110001011101111111110010011011110 | e8f895eb8bbfe4de |
EUC-JP | 顏簿響葯 | 1111000011111010110010101110110110110110110000011110100011100000 | f0facaedb6c1e8e0 |
UTF-8 | 顏簿響葯 | 111010011010000110001111111001111011000010111111111010011001111110111111111010001001000110101111 | e9a18fe7b0bfe99fbfe891af |
UHC | ?簿響葯 | 00111111110111011010110111111010110000101110010110110101 | 3fddadfac2e5b5 |
SJIS-Win,EUC-JP: Classic charsets mainly used as Japanese encoding set on Windows(SJIS-Win=CP932) and UNIX(EUC-JP)