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 | ??? | 001111110011111100111111 | 3f3f3f |
SJIS-WIN | ??“ | 00111111001111111000000101100111 | 3f3f8167 |
EUC-JP | ??“ | 00111111001111111010000111001000 | 3f3fa1c8 |
UTF-8 | 吳룬“ | 111001011001000010110011111010111010001110101100111000101000000010011100 | e590b3eba3ace2809c |
UHC | 吳룬“ | 111001111110111110110111111010011010000110110000 | e7efb7e9a1b0 |
SJIS-Win,EUC-JP: Classic charsets mainly used as Japanese encoding set on Windows(SJIS-Win=CP932) and UNIX(EUC-JP)