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 | ?CA | 001111110100001101000001 | 3f4341 |
SJIS-WIN | ?CA | 001111110100001101000001 | 3f4341 |
EUC-JP | ?CA | 001111110100001101000001 | 3f4341 |
UTF-8 | 뭑CA | 1110101110101101100100010100001101000001 | ebad914341 |
UHC | 뭑CA | 10010010010110010100001101000001 | 92594341 |
SJIS-Win,EUC-JP: Classic charsets mainly used as Japanese encoding set on Windows(SJIS-Win=CP932) and UNIX(EUC-JP)