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 | 묷ë¢@ | 11101011101011001011011111101011101000101000111001000000 | ebacb7eba28e40 |
SJIS-WIN | ?¬??¢?@ | 001111111000000111001010001111110011111110000001100100010011111101000000 | 3f81ca3f3f81913f40 |
EUC-JP | ��@ | 10001111101010111011001110100010110011000011111110001111101010111011001110100001111100010011111101000000 | 8fabb3a2cc3f8fabb3a1f13f40 |
UTF-8 | 묷ë¢@ | 11000011101010111100001010101100110000101011011111000011101010111100001010100010110000101000111001000000 | c3abc2acc2b7c3abc2a2c28e40 |
UHC | ??·???@ | 0011111100111111101000011010010000111111001111110011111101000000 | 3f3fa1a43f3f3f40 |
SJIS-Win,EUC-JP: Classic charsets mainly used as Japanese encoding set on Windows(SJIS-Win=CP932) and UNIX(EUC-JP)