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 | 笑? | 100011111100111000111111 | 8fce3f |
EUC-JP | 笑瘣 | 1011111011010000100011111100110111110101 | bed08fcdf5 |
UTF-8 | 笑瘣 | 111001111010110010010001111001111001100010100011 | e7ac91e798a3 |
UHC | 笑? | 111000011100010100111111 | e1c53f |
SJIS-Win,EUC-JP: Classic charsets mainly used as Japanese encoding set on Windows(SJIS-Win=CP932) and UNIX(EUC-JP)