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] | 001111110101000001011101 | 3f505d |
SJIS-WIN | 但P] | 10010010010000010101000001011101 | 9241505d |
EUC-JP | 但P] | 11000011101000100101000001011101 | c3a2505d |
UTF-8 | 但P] | 1110010010111101100001100101000001011101 | e4bd86505d |
UHC | 但P] | 11010011101000110101000001011101 | d3a3505d |
SJIS-Win,EUC-JP: Classic charsets mainly used as Japanese encoding set on Windows(SJIS-Win=CP932) and UNIX(EUC-JP)