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 | ½ü·ü | 1011110111111100100011111011011111111100 | bdfc8fb7fc |
SJIS-WIN | ????? | 0011111100111111001111110011111100111111 | 3f3f3f3f3f |
EUC-JP | ?ü??ü | 001111111000111110101011111001000011111100111111100011111010101111100100 | 3f8fabe43f3f8fabe4 |
UTF-8 | ½ü·ü | 11000010101111011100001110111100110000101000111111000010101101111100001110111100 | c2bdc3bcc28fc2b7c3bc |
UHC | ½??·? | 10101000111101100011111100111111101000011010010000111111 | a8f63f3fa1a43f |
SJIS-Win,EUC-JP: Classic charsets mainly used as Japanese encoding set on Windows(SJIS-Win=CP932) and UNIX(EUC-JP)