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 | 0011111100111111011100100111101101100100 | 3f3f727b64 |
SJIS-WIN | ??r{d | 0011111100111111011100100111101101100100 | 3f3f727b64 |
EUC-JP | ??r{d | 0011111100111111011100100111101101100100 | 3f3f727b64 |
UTF-8 | 솩성r{d | 111011001000011010101001111011001000010010110001011100100111101101100100 | ec86a9ec84b1727b64 |
UHC | 솩성r{d | 10111100110111101011110010111010011100100111101101100100 | bcdebcba727b64 |
SJIS-Win,EUC-JP: Classic charsets mainly used as Japanese encoding set on Windows(SJIS-Win=CP932) and UNIX(EUC-JP)