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 | ??? | 001111110011111100111111 | 3f3f3f |
SJIS-WIN | 陂わ帖 | 111010001001100010000010111011011001001010011111 | e89882ed929f |
EUC-JP | 陂わ帖 | 111011111111100010100100111011111100010010100001 | eff8a4efc4a1 |
UTF-8 | 陂わ帖 | 111010011001100110000010111000111000001010001111111001011011100010010110 | e99982e3828fe5b896 |
UHC | 陂わ帖 | 111110011010111010101010111011111111010011011110 | f9aeaaeff4de |
SJIS-Win,EUC-JP: Classic charsets mainly used as Japanese encoding set on Windows(SJIS-Win=CP932) and UNIX(EUC-JP)