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 | 爐←∀ | 111000001010001010000001101010011000000111001101 | e0a281a981cd |
EUC-JP | 爐←∀ | 111000001010010010100010101010111010001011001111 | e0a4a2aba2cf |
UTF-8 | 爐←∀ | 111001111000100010010000111000101000011010010000111000101000100010000000 | e78890e28690e28880 |
UHC | 爐←∀ | 110101101101001110100001111001111010001010100011 | d6d3a1e7a2a3 |
SJIS-Win,EUC-JP: Classic charsets mainly used as Japanese encoding set on Windows(SJIS-Win=CP932) and UNIX(EUC-JP)