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 | ??〕 | 00111111001111111000000101101100 | 3f3f816c |
EUC-JP | 縕?〕 | 100011111101010011000010001111111010000111001101 | 8fd4c23fa1cd |
UTF-8 | 縕랐〕 | 111001111011100010010101111010111001111010010000111000111000000010010101 | e7b895eb9e90e38095 |
UHC | 縕랐〕 | 111010001011001010110110111110101010000110110011 | e8b2b6faa1b3 |
SJIS-Win,EUC-JP: Classic charsets mainly used as Japanese encoding set on Windows(SJIS-Win=CP932) and UNIX(EUC-JP)