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[^ | 00111111010100000101101100111111010100000101101101011110 | 3f505b3f505b5e |
SJIS-WIN | P[P[^ | 111100101110001101010000010110111111001011100011010100000101101101011110 | f2e3505bf2e3505b5e |
EUC-JP | ?P[?P[^ | 00111111010100000101101100111111010100000101101101011110 | 3f505b3f505b5e |
UTF-8 | P[P[^ | 1110111010001000100110100101000001011011111011101000100010011010010100000101101101011110 | ee889a505bee889a505b5e |
UHC | ?P[?P[^ | 00111111010100000101101100111111010100000101101101011110 | 3f505b3f505b5e |
SJIS-Win,EUC-JP: Classic charsets mainly used as Japanese encoding set on Windows(SJIS-Win=CP932) and UNIX(EUC-JP)