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 | ?[}?[{^ | 00111111010110110111110100111111010110110111101101011110 | 3f5b7d3f5b7b5e |
SJIS-WIN | 輔[}輔[{^ | 100101011110001101011011011111011001010111100011010110110111101101011110 | 95e35b7d95e35b7b5e |
EUC-JP | 輔[}輔[{^ | 110010101110010101011011011111011100101011100101010110110111101101011110 | cae55b7dcae55b7b5e |
UTF-8 | 輔[}輔[{^ | 1110100010111100100101000101101101111101111010001011110010010100010110110111101101011110 | e8bc945b7de8bc945b7b5e |
UHC | 輔[}輔[{^ | 110111001101000001011011011111011101110011010000010110110111101101011110 | dcd05b7ddcd05b7b5e |
SJIS-Win,EUC-JP: Classic charsets mainly used as Japanese encoding set on Windows(SJIS-Win=CP932) and UNIX(EUC-JP)