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 | ÷§ðï\ | 1111011110100111111100001110111101011100 | f7a7f0ef5c |
SJIS-WIN | ֤??\ | 10000001100000001000000110011000001111110011111101011100 | 818081983f3f5c |
EUC-JP | ÷§ðï\ | 1010000111100000101000011111100010001111101010011100001110001111101010111100000101011100 | a1e0a1f88fa9c38fabc15c |
UTF-8 | ÷§ðï\ | 110000111011011111000010101001111100001110110000110000111010111101011100 | c3b7c2a7c3b0c3af5c |
UHC | ÷§ð?\ | 1010000111000000101000011101011110101001101000110011111101011100 | a1c0a1d7a9a33f5c |
SJIS-Win,EUC-JP: Classic charsets mainly used as Japanese encoding set on Windows(SJIS-Win=CP932) and UNIX(EUC-JP)