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 | 蝣願椡 | 111001011010000010001010111010001001111010101111 | e5a08ae89eaf |
EUC-JP | 蝣願椡 | 111010101010001010110100111010101101110010110001 | eaa2b4eadcb1 |
UTF-8 | 蝣願椡 | 111010001001110110100011111010011010000110011000111001101010010010100001 | e89da3e9a198e6a4a1 |
UHC | ?願? | 00111111111010101100001100111111 | 3feac33f |
SJIS-Win,EUC-JP: Classic charsets mainly used as Japanese encoding set on Windows(SJIS-Win=CP932) and UNIX(EUC-JP)