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 | ?p?p[?p?p[^ | 0011111101110000001111110111000001011011001111110111000000111111011100000101101101011110 | 3f703f705b3f703f705b5e |
SJIS-WIN | ?p?p[?p?p[^ | 0011111101110000001111110111000001011011001111110111000000111111011100000101101101011110 | 3f703f705b3f703f705b5e |
EUC-JP | ?p?p[?p?p[^ | 0011111101110000001111110111000001011011001111110111000000111111011100000101101101011110 | 3f703f705b3f703f705b5e |
UTF-8 | 혶p혶p[혶p혶p[^ | 11101101100110001011011001110000111011011001100010110110011100000101101111101101100110001011011001110000111011011001100010110110011100000101101101011110 | ed98b670ed98b6705bed98b670ed98b6705b5e |
UHC | 혶p혶p[혶p혶p[^ | 110000101001110101110000110000101001110101110000010110111100001010011101011100001100001010011101011100000101101101011110 | c29d70c29d705bc29d70c29d705b5e |
SJIS-Win,EUC-JP: Classic charsets mainly used as Japanese encoding set on Windows(SJIS-Win=CP932) and UNIX(EUC-JP)