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? | 001111110101000000111111 | 3f503f |
SJIS-WIN | 哭P鞦 | 1001101001001100010100001110100011100001 | 9a4c50e8e1 |
EUC-JP | 哭P鞦 | 1101001110101101010100001111000011100011 | d3ad50f0e3 |
UTF-8 | 哭P鞦 | 11100101100100111010110101010000111010011001111010100110 | e593ad50e99ea6 |
UHC | 哭P? | 11001101110101100101000000111111 | cdd6503f |
SJIS-Win,EUC-JP: Classic charsets mainly used as Japanese encoding set on Windows(SJIS-Win=CP932) and UNIX(EUC-JP)