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 | ????? | 0011111100111111001111110011111100111111 | 3f3f3f3f3f |
SJIS-WIN | 短存遜短属 | 10010010010110101001000110110110100100011011101110010010010110101001000110101110 | 925a91b691bb925a91ae |
EUC-JP | 短存遜短属 | 11000011101110111100001010111000110000101011110111000011101110111100001010110000 | c3bbc2b8c2bdc3bbc2b0 |
UTF-8 | 短存遜短属 | 111001111001111110101101111001011010110110011000111010011000000110011100111001111001111110101101111001011011000110011110 | e79fade5ad98e9819ce79fade5b19e |
UHC | 短存遜短? | 110100111010110111110000111011011110000111100001110100111010110100111111 | d3adf0ede1e1d3ad3f |
SJIS-Win,EUC-JP: Classic charsets mainly used as Japanese encoding set on Windows(SJIS-Win=CP932) and UNIX(EUC-JP)