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 | 鴫紗}鴫紗{^ | 1000111010110000100011101101000101111101100011101011000010001110110100010111101101011110 | 8eb08ed17d8eb08ed17b5e |
EUC-JP | 鴫紗}鴫紗{^ | 1011110010110010101111001101001101111101101111001011001010111100110100110111101101011110 | bcb2bcd37dbcb2bcd37b5e |
UTF-8 | 鴫紗}鴫紗{^ | 111010011011010010101011111001111011010010010111011111011110100110110100101010111110011110110100100101110111101101011110 | e9b4abe7b4977de9b4abe7b4977b5e |
UHC | ?紗}?紗{^ | 001111111101111011101001011111010011111111011110111010010111101101011110 | 3fdee97d3fdee97b5e |
SJIS-Win,EUC-JP: Classic charsets mainly used as Japanese encoding set on Windows(SJIS-Win=CP932) and UNIX(EUC-JP)