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 | ??盒? | 0011111100111111111000011011010000111111 | 3f3fe1b43f |
EUC-JP | ?祛盒? | 00111111100011111101000011010111111000101011011000111111 | 3f8fd0d7e2b63f |
UTF-8 | 뤰祛盒첁 | 111010111010010010110000111001111010010110011011111001111001101110010010111011001011001010000001 | eba4b0e7a59be79b92ecb281 |
UHC | 뤰祛盒첁 | 1000111111011110110010111110010011111001111011001010101010001110 | 8fdecbe4f9ecaa8e |
SJIS-Win,EUC-JP: Classic charsets mainly used as Japanese encoding set on Windows(SJIS-Win=CP932) and UNIX(EUC-JP)