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 | ¼°â·^ | 1011110010110000111000101011011101011110 | bcb0e2b75e |
SJIS-WIN | ?°??^ | 001111111000000110001011001111110011111101011110 | 3f818b3f3f5e |
EUC-JP | ?°â?^ | 0011111110100001111010111000111110101011101001000011111101011110 | 3fa1eb8faba43f5e |
UTF-8 | ¼°â·^ | 110000101011110011000010101100001100001110100010110000101011011101011110 | c2bcc2b0c3a2c2b75e |
UHC | ¼°?·^ | 1010100011111001101000011100011000111111101000011010010001011110 | a8f9a1c63fa1a45e |
SJIS-Win,EUC-JP: Classic charsets mainly used as Japanese encoding set on Windows(SJIS-Win=CP932) and UNIX(EUC-JP)