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 | 濾琥禝 | 111000000110100011100000111001101110001001010100 | e068e0e6e254 |
EUC-JP | 濾琥禝 | 110111111100100111100000111010001110001110110101 | dfc9e0e8e3b5 |
UTF-8 | 濾琥禝 | 111001101011111110111110111001111001000010100101111001111010011010011101 | e6bfbee790a5e7a69d |
UHC | 濾琥? | 1101010111101011111110111101000000111111 | d5ebfbd03f |
SJIS-Win,EUC-JP: Classic charsets mainly used as Japanese encoding set on Windows(SJIS-Win=CP932) and UNIX(EUC-JP)