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 | ??}??{^ | 00111111001111110111110100111111001111110111101101011110 | 3f3f7d3f3f7b5e |
SJIS-WIN | 泓朸}泓朸{^ | 1001111110010111100111100101010101111101100111111001011110011110010101010111101101011110 | 9f979e557d9f979e557b5e |
EUC-JP | 泓朸}泓朸{^ | 1101110111110111110110111011011001111101110111011111011111011011101101100111101101011110 | ddf7dbb67dddf7dbb67b5e |
UTF-8 | 泓朸}泓朸{^ | 111001101011001110010011111001101001110010111000011111011110011010110011100100111110011010011100101110000111101101011110 | e6b393e69cb87de6b393e69cb87b5e |
UHC | 泓?}泓?{^ | 111110111111001000111111011111011111101111110010001111110111101101011110 | fbf23f7dfbf23f7b5e |
SJIS-Win,EUC-JP: Classic charsets mainly used as Japanese encoding set on Windows(SJIS-Win=CP932) and UNIX(EUC-JP)