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 | ?®? | 001111111010111000111111 | 3fae3f |
SJIS-WIN | 撓?ジ | 1001110110011010001111111000001101010111 | 9d9a3f8357 |
EUC-JP | 撓®ジ | 11011001111110101000111110100010111011101010010110111000 | d9fa8fa2eea5b8 |
UTF-8 | 撓®ジ | 1110011010010010100100111100001010101110111000111000001010111000 | e69293c2aee382b8 |
UHC | 撓®ジ | 111010001111010110100010111001111010101110111000 | e8f5a2e7abb8 |
SJIS-Win,EUC-JP: Classic charsets mainly used as Japanese encoding set on Windows(SJIS-Win=CP932) and UNIX(EUC-JP)