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 | 憶ⅶ | 10001001101011111111101001000110 | 89affa46 |
EUC-JP | 憶? | 101100101011000100111111 | b2b13f |
UTF-8 | 憶ⅶ | 111001101000011010110110111000101000010110110110 | e686b6e285b6 |
UHC | 憶ⅶ | 11100101111000111010010110100111 | e5e3a5a7 |
SJIS-Win,EUC-JP: Classic charsets mainly used as Japanese encoding set on Windows(SJIS-Win=CP932) and UNIX(EUC-JP)