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 | ù®Ù» | 11111001101011101101100110111011 | f9aed9bb |
SJIS-WIN | ???? | 00111111001111110011111100111111 | 3f3f3f3f |
EUC-JP | ù®Ù? | 10001111101010111110001110001111101000101110111010001111101010101110001100111111 | 8fabe38fa2ee8faae33f |
UTF-8 | ù®Ù» | 1100001110111001110000101010111011000011100110011100001010111011 | c3b9c2aec399c2bb |
UHC | ?®?? | 0011111110100010111001110011111100111111 | 3fa2e73f3f |
SJIS-Win,EUC-JP: Classic charsets mainly used as Japanese encoding set on Windows(SJIS-Win=CP932) and UNIX(EUC-JP)