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 | ?eB | 001111110110010101000010 | 3f6542 |
SJIS-WIN | 啻eB | 10011010011000000110010101000010 | 9a606542 |
EUC-JP | 啻eB | 11010011110000010110010101000010 | d3c16542 |
UTF-8 | 啻eB | 1110010110010101101110110110010101000010 | e595bb6542 |
UHC | ?eB | 001111110110010101000010 | 3f6542 |
SJIS-Win,EUC-JP: Classic charsets mainly used as Japanese encoding set on Windows(SJIS-Win=CP932) and UNIX(EUC-JP)