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 | ?貧 | 001111111001010101101110 | 3f956e |
EUC-JP | ?貧 | 001111111100100111001111 | 3fc9cf |
UTF-8 | 흙貧 | 111011011001110110011001111010001011001010100111 | ed9d99e8b2a7 |
UHC | 흙貧 | 11001000111010111101111010111000 | c8ebdeb8 |
SJIS-Win,EUC-JP: Classic charsets mainly used as Japanese encoding set on Windows(SJIS-Win=CP932) and UNIX(EUC-JP)