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{^ | 00111111011011100111110100111111011011100111101101011110 | 3f6e7d3f6e7b5e |
SJIS-WIN | 式n}式n{^ | 100011101010111001101110011111011000111010101110011011100111101101011110 | 8eae6e7d8eae6e7b5e |
EUC-JP | 式n}式n{^ | 101111001011000001101110011111011011110010110000011011100111101101011110 | bcb06e7dbcb06e7b5e |
UTF-8 | 式n}式n{^ | 1110010110111100100011110110111001111101111001011011110010001111011011100111101101011110 | e5bc8f6e7de5bc8f6e7b5e |
UHC | 式n}式n{^ | 111000111101001001101110011111011110001111010010011011100111101101011110 | e3d26e7de3d26e7b5e |
SJIS-Win,EUC-JP: Classic charsets mainly used as Japanese encoding set on Windows(SJIS-Win=CP932) and UNIX(EUC-JP)