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 | ?aW | 001111110110000101010111 | 3f6157 |
SJIS-WIN | ?aW | 001111110110000101010111 | 3f6157 |
EUC-JP | ?aW | 001111110110000101010111 | 3f6157 |
UTF-8 | 챈aW | 1110110010110001100010000110000101010111 | ecb1886157 |
UHC | 챈aW | 11000011101001100110000101010111 | c3a66157 |
SJIS-Win,EUC-JP: Classic charsets mainly used as Japanese encoding set on Windows(SJIS-Win=CP932) and UNIX(EUC-JP)