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 | ?F | 0011111101000110 | 3f46 |
SJIS-WIN | 竪F | 100100100100011101000110 | 924746 |
EUC-JP | 竪F | 110000111010100001000110 | c3a846 |
UTF-8 | 竪F | 11100111101010111010101001000110 | e7abaa46 |
UHC | 竪F | 111000101011010101000110 | e2b546 |
SJIS-Win,EUC-JP: Classic charsets mainly used as Japanese encoding set on Windows(SJIS-Win=CP932) and UNIX(EUC-JP)