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