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 | 豌旧襖 | 111001101011000010001011100011001000100110100110 | e6b08b8c89a6 |
EUC-JP | 豌旧襖 | 111011001011001010110101111011001011001010101000 | ecb2b5ecb2a8 |
UTF-8 | 豌旧襖 | 111010001011000110001100111001101001011110100111111010001010010110010110 | e8b18ce697a7e8a596 |
UHC | 豌?? | 11101000110101010011111100111111 | e8d53f3f |
SJIS-Win,EUC-JP: Classic charsets mainly used as Japanese encoding set on Windows(SJIS-Win=CP932) and UNIX(EUC-JP)