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 | yq}yq{^ | 1001100101111001100010110111000101111101100110010111100110001011011100010111101101011110 | 99798b717d99798b717b5e |
SJIS-WIN | ?y?q}?y?q{^ | 0011111101111001001111110111000101111101001111110111100100111111011100010111101101011110 | 3f793f717d3f793f717b5e |
EUC-JP | ?y?q}?y?q{^ | 0011111101111001001111110111000101111101001111110111100100111111011100010111101101011110 | 3f793f717d3f793f717b5e |
UTF-8 | yq}yq{^ | 110000101001100101111001110000101000101101110001011111011100001010011001011110011100001010001011011100010111101101011110 | c29979c28b717dc29979c28b717b5e |
UHC | ?y?q}?y?q{^ | 0011111101111001001111110111000101111101001111110111100100111111011100010111101101011110 | 3f793f717d3f793f717b5e |
SJIS-Win,EUC-JP: Classic charsets mainly used as Japanese encoding set on Windows(SJIS-Win=CP932) and UNIX(EUC-JP)