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 | 蔭? | 100010001111110000111111 | 88fc3f |
EUC-JP | 蔭? | 101100001111111000111111 | b0fe3f |
UTF-8 | 蔭뾈 | 111010001001010010101101111010111011111010001000 | e894adebbe88 |
UHC | 蔭뾈 | 11101011111000111001011101000110 | ebe39746 |
SJIS-Win,EUC-JP: Classic charsets mainly used as Japanese encoding set on Windows(SJIS-Win=CP932) and UNIX(EUC-JP)