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{^ | 1000111011100011001111110110111001111101100011101110001100111111011011100111101101011110 | 8ee33f6e7d8ee33f6e7b5e |
EUC-JP | 弱?n}弱?n{^ | 1011110011100101001111110110111001111101101111001110010100111111011011100111101101011110 | bce53f6e7dbce53f6e7b5e |
UTF-8 | 弱뢛n}弱뢛n{^ | 1110010110111100101100011110101110100010100110110110111001111101111001011011110010110001111010111010001010011011011011100111101101011110 | e5bcb1eba29b6e7de5bcb1eba29b6e7b5e |
UHC | 弱뢛n}弱뢛n{^ | 11100101101100001000111101010110011011100111110111100101101100001000111101010110011011100111101101011110 | e5b08f566e7de5b08f566e7b5e |
SJIS-Win,EUC-JP: Classic charsets mainly used as Japanese encoding set on Windows(SJIS-Win=CP932) and UNIX(EUC-JP)