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 | ???? | 00111111001111110011111100111111 | 3f3f3f3f |
SJIS-WIN | 芯??羞 | 100100000110001100111111001111111110001110110101 | 90633f3fe3b5 |
EUC-JP | 芯??羞 | 101111111100010000111111001111111110011010110111 | bfc43f3fe6b7 |
UTF-8 | 芯뤴뙶羞 | 111010001000101010101111111010111010010010110100111010111001100110110110111001111011111010011110 | e88aafeba4b4eb99b6e7be9e |
UHC | 芯뤴뙶羞 | 1110010010100101100011111110001010001100101110011110001010111010 | e4a58fe28cb9e2ba |
SJIS-Win,EUC-JP: Classic charsets mainly used as Japanese encoding set on Windows(SJIS-Win=CP932) and UNIX(EUC-JP)