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 | 廐輔}廐輔{^ | 1001101111111011100101011110001101111101100110111111101110010101111000110111101101011110 | 9bfb95e37d9bfb95e37b5e |
EUC-JP | 廐輔}廐輔{^ | 1101011011111101110010101110010101111101110101101111110111001010111001010111101101011110 | d6fdcae57dd6fdcae57b5e |
UTF-8 | 廐輔}廐輔{^ | 111001011011101110010000111010001011110010010100011111011110010110111011100100001110100010111100100101000111101101011110 | e5bb90e8bc947de5bb90e8bc947b5e |
UHC | 廐輔}廐輔{^ | 1100111110101010110111001101000001111101110011111010101011011100110100000111101101011110 | cfaadcd07dcfaadcd07b5e |
SJIS-Win,EUC-JP: Classic charsets mainly used as Japanese encoding set on Windows(SJIS-Win=CP932) and UNIX(EUC-JP)