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 | 懌ジ | 10011100111000101000001101010111 | 9ce28357 |
EUC-JP | 懌ジ | 11011000111001001010010110111000 | d8e4a5b8 |
UTF-8 | 懌ジ | 111001101000011110001100111000111000001010111000 | e6878ce382b8 |
UHC | ?ジ | 001111111010101110111000 | 3fabb8 |
SJIS-Win,EUC-JP: Classic charsets mainly used as Japanese encoding set on Windows(SJIS-Win=CP932) and UNIX(EUC-JP)