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 | ??n}??n{^ | 001111110011111101101110011111010011111100111111011011100111101101011110 | 3f3f6e7d3f3f6e7b5e |
SJIS-WIN | 輒豎n}輒豎n{^ | 11100111011010111110011010110001011011100111110111100111011010111110011010110001011011100111101101011110 | e76be6b16e7de76be6b16e7b5e |
EUC-JP | 輒豎n}輒豎n{^ | 11101101110011001110110010110011011011100111110111101101110011001110110010110011011011100111101101011110 | edccecb36e7dedccecb36e7b5e |
UTF-8 | 輒豎n}輒豎n{^ | 1110100010111100100100101110100010110001100011100110111001111101111010001011110010010010111010001011000110001110011011100111101101011110 | e8bc92e8b18e6e7de8bc92e8b18e6e7b5e |
UHC | 輒?n}輒?n{^ | 1111010011100101001111110110111001111101111101001110010100111111011011100111101101011110 | f4e53f6e7df4e53f6e7b5e |
SJIS-Win,EUC-JP: Classic charsets mainly used as Japanese encoding set on Windows(SJIS-Win=CP932) and UNIX(EUC-JP)