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 | ܸ¾®À | 1101110010111000101111101010111011000000 | dcb8beaec0 |
SJIS-WIN | ????? | 0011111100111111001111110011111100111111 | 3f3f3f3f3f |
EUC-JP | ܸ?®À | 10001111101010101110010010001111101000101011000100111111100011111010001011101110100011111010101010100010 | 8faae48fa2b13f8fa2ee8faaa2 |
UTF-8 | ܸ¾®À | 11000011100111001100001010111000110000101011111011000010101011101100001110000000 | c39cc2b8c2bec2aec380 |
UHC | ?¸¾®? | 0011111110100010101011001010100011111010101000101110011100111111 | 3fa2aca8faa2e73f |
SJIS-Win,EUC-JP: Classic charsets mainly used as Japanese encoding set on Windows(SJIS-Win=CP932) and UNIX(EUC-JP)