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 | ???r{d | 001111110011111100111111011100100111101101100100 | 3f3f3f727b64 |
SJIS-WIN | 洫簫棘r{d | 100111111010011111100010110100101001111010011001011100100111101101100100 | 9fa7e2d29e99727b64 |
EUC-JP | 洫簫棘r{d | 110111101010100111100100110101001101101111111001011100100111101101100100 | dea9e4d4dbf9727b64 |
UTF-8 | 洫簫棘r{d | 111001101011010010101011111001111011000010101011111001101010001110011000011100100111101101100100 | e6b4abe7b0abe6a398727b64 |
UHC | ?簫棘r{d | 0011111111100001110001111101000010111110011100100111101101100100 | 3fe1c7d0be727b64 |
SJIS-Win,EUC-JP: Classic charsets mainly used as Japanese encoding set on Windows(SJIS-Win=CP932) and UNIX(EUC-JP)