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 | rzn}rzn{^ | 10011111011100101000111101111010011011100111110110011111011100101000111101111010011011100111101101011110 | 9f728f7a6e7d9f728f7a6e7b5e |
SJIS-WIN | ?r?zn}?r?zn{^ | 00111111011100100011111101111010011011100111110100111111011100100011111101111010011011100111101101011110 | 3f723f7a6e7d3f723f7a6e7b5e |
EUC-JP | ?r?zn}?r?zn{^ | 00111111011100100011111101111010011011100111110100111111011100100011111101111010011011100111101101011110 | 3f723f7a6e7d3f723f7a6e7b5e |
UTF-8 | rzn}rzn{^ | 1100001010011111011100101100001010001111011110100110111001111101110000101001111101110010110000101000111101111010011011100111101101011110 | c29f72c28f7a6e7dc29f72c28f7a6e7b5e |
UHC | ?r?zn}?r?zn{^ | 00111111011100100011111101111010011011100111110100111111011100100011111101111010011011100111101101011110 | 3f723f7a6e7d3f723f7a6e7b5e |
SJIS-Win,EUC-JP: Classic charsets mainly used as Japanese encoding set on Windows(SJIS-Win=CP932) and UNIX(EUC-JP)