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 | ????? | 0011111100111111001111110011111100111111 | 3f3f3f3f3f |
SJIS-WIN | ??諍?竣 | 00111111001111111110011001111001001111111000111101110110 | 3f3fe6793f8f76 |
EUC-JP | 珽?諍?竣 | 100011111100101111111110001111111110101111011010001111111011110111010111 | 8fcbfe3febda3fbdd7 |
UTF-8 | 珽렰諍렱竣 | 111001111000111110111101111010111010000010110000111010001010101110001101111010111010000010110001111001111010101110100011 | e78fbdeba0b0e8ab8deba0b1e7aba3 |
UHC | 珽렰諍렱竣 | 11101111111010101000111010111101111011101011010110001110101111101111000111100010 | efea8ebdeeb58ebef1e2 |
SJIS-Win,EUC-JP: Classic charsets mainly used as Japanese encoding set on Windows(SJIS-Win=CP932) and UNIX(EUC-JP)