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 | ?px | 001111110111000001111000 | 3f7078 |
SJIS-WIN | ?px | 001111110111000001111000 | 3f7078 |
EUC-JP | ?px | 001111110111000001111000 | 3f7078 |
UTF-8 | 뾑px | 1110101110111110100100010111000001111000 | ebbe917078 |
UHC | 뾑px | 10010111010011110111000001111000 | 974f7078 |
SJIS-Win,EUC-JP: Classic charsets mainly used as Japanese encoding set on Windows(SJIS-Win=CP932) and UNIX(EUC-JP)