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 | ?? | 0011111100111111 | 3f3f |
SJIS-WIN | 徐? | 100011111001100100111111 | 8f993f |
EUC-JP | 徐? | 101111011111100100111111 | bdf93f |
UTF-8 | 徐┖ | 111001011011111010010000111000101001010010010110 | e5be90e29496 |
UHC | 徐┖ | 11011111111011111010011011000101 | dfefa6c5 |
SJIS-Win,EUC-JP: Classic charsets mainly used as Japanese encoding set on Windows(SJIS-Win=CP932) and UNIX(EUC-JP)