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 | 問… | 10010110111000101000000101100011 | 96e28163 |
EUC-JP | 問… | 11001100111001001010000111000100 | cce4a1c4 |
UTF-8 | 問… | 111001011001010110001111111000101000000010100110 | e5958fe280a6 |
UHC | 問… | 11011001111111011010000110100110 | d9fda1a6 |
SJIS-Win,EUC-JP: Classic charsets mainly used as Japanese encoding set on Windows(SJIS-Win=CP932) and UNIX(EUC-JP)