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 | 111010111101111110000011011100100111101101100100 | ebdf83727b64 |
SJIS-WIN | ???r{d | 001111110011111100111111011100100111101101100100 | 3f3f3f727b64 |
EUC-JP | ëß?r{d | 10001111101010111011001110001111101010011100111000111111011100100111101101100100 | 8fabb38fa9ce3f727b64 |
UTF-8 | ëßr{d | 110000111010101111000011100111111100001010000011011100100111101101100100 | c3abc39fc283727b64 |
UHC | ?ß?r{d | 00111111101010011010110000111111011100100111101101100100 | 3fa9ac3f727b64 |
SJIS-Win,EUC-JP: Classic charsets mainly used as Japanese encoding set on Windows(SJIS-Win=CP932) and UNIX(EUC-JP)