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 | 笑? | 101111101101000000111111 | bed03f |
UTF-8 | 笑뛟 | 111001111010110010010001111010111001101110011111 | e7ac91eb9b9f |
UHC | 笑뛟 | 11100001110001011000110101100010 | e1c58d62 |
SJIS-Win,EUC-JP: Classic charsets mainly used as Japanese encoding set on Windows(SJIS-Win=CP932) and UNIX(EUC-JP)