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 | 渫?? | 10011111110101100011111100111111 | 9fd63f3f |
EUC-JP | 渫?? | 11011110110110000011111100111111 | ded83f3f |
UTF-8 | 渫롍렚 | 111001101011100010101011111010111010000110001101111010111010000010011010 | e6b8abeba18deba09a |
UHC | 渫롍렚 | 111000001101111010001110110100111000111010101101 | e0de8ed38ead |
SJIS-Win,EUC-JP: Classic charsets mainly used as Japanese encoding set on Windows(SJIS-Win=CP932) and UNIX(EUC-JP)