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 | 谺邯 | 11100110101011001110011110110110 | e6ace7b6 |
EUC-JP | 谺邯 | 11101100101011101110111010111000 | ecaeeeb8 |
UTF-8 | 谺邯 | 111010001011000010111010111010011000001010101111 | e8b0bae982af |
UHC | ?邯 | 001111111100101011111011 | 3fcafb |
SJIS-Win,EUC-JP: Classic charsets mainly used as Japanese encoding set on Windows(SJIS-Win=CP932) and UNIX(EUC-JP)