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 | ???? | 00111111001111110011111100111111 | 3f3f3f3f |
SJIS-WIN | 叩族但狸 | 1001001001000000100100011011000010010010010000011001001001001011 | 924091b09241924b |
EUC-JP | 叩族但狸 | 1100001110100001110000101011001011000011101000101100001110101100 | c3a1c2b2c3a2c3ac |
UTF-8 | 叩族但狸 | 111001011000111110101001111001101001011110001111111001001011110110000110111001111000101110111000 | e58fa9e6978fe4bd86e78bb8 |
UHC | 叩族但狸 | 1100110110110000111100001110100111010011101000111101011111100001 | cdb0f0e9d3a3d7e1 |
SJIS-Win,EUC-JP: Classic charsets mainly used as Japanese encoding set on Windows(SJIS-Win=CP932) and UNIX(EUC-JP)