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 | ¾®E}¾®E{^ | 101111101010111001000101011111011011111010101110010001010111101101011110 | beae457dbeae457b5e |
SJIS-WIN | ??E}??E{^ | 001111110011111101000101011111010011111100111111010001010111101101011110 | 3f3f457d3f3f457b5e |
EUC-JP | ?®E}?®E{^ | 00111111100011111010001011101110010001010111110100111111100011111010001011101110010001010111101101011110 | 3f8fa2ee457d3f8fa2ee457b5e |
UTF-8 | ¾®E}¾®E{^ | 11000010101111101100001010101110010001010111110111000010101111101100001010101110010001010111101101011110 | c2bec2ae457dc2bec2ae457b5e |
UHC | ¾®E}¾®E{^ | 10101000111110101010001011100111010001010111110110101000111110101010001011100111010001010111101101011110 | a8faa2e7457da8faa2e7457b5e |
SJIS-Win,EUC-JP: Classic charsets mainly used as Japanese encoding set on Windows(SJIS-Win=CP932) and UNIX(EUC-JP)