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 | ?? | 0011111100111111 | 3f3f |
SJIS-WIN | ゚秕 | 110111111110001001011101 | dfe25d |
EUC-JP | ゚秕 | 10001110110111111110001110111110 | 8edfe3be |
UTF-8 | ゚秕 | 111011111011111010011111111001111010011110010101 | efbe9fe7a795 |
UHC | ?秕 | 001111111101110111111001 | 3fddf9 |
SJIS-Win,EUC-JP: Classic charsets mainly used as Japanese encoding set on Windows(SJIS-Win=CP932) and UNIX(EUC-JP)