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{^ | 001111110101110101101110011111010011111101011101011011100111101101011110 | 3f5d6e7d3f5d6e7b5e |
SJIS-WIN | 弟]n}弟]n{^ | 1001001011101101010111010110111001111101100100101110110101011101011011100111101101011110 | 92ed5d6e7d92ed5d6e7b5e |
EUC-JP | 弟]n}弟]n{^ | 1100010011101111010111010110111001111101110001001110111101011101011011100111101101011110 | c4ef5d6e7dc4ef5d6e7b5e |
UTF-8 | 弟]n}弟]n{^ | 11100101101111001001111101011101011011100111110111100101101111001001111101011101011011100111101101011110 | e5bc9f5d6e7de5bc9f5d6e7b5e |
UHC | 弟]n}弟]n{^ | 1111000010101001010111010110111001111101111100001010100101011101011011100111101101011110 | f0a95d6e7df0a95d6e7b5e |
SJIS-Win,EUC-JP: Classic charsets mainly used as Japanese encoding set on Windows(SJIS-Win=CP932) and UNIX(EUC-JP)