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 | 11100111011001101110001010010111011100100111101101100100 | e766e297727b64 |
EUC-JP | 軫笳r{d | 11101101110001111110001111110111011100100111101101100100 | edc7e3f7727b64 |
UTF-8 | 軫笳r{d | 111010001011101110101011111001111010110010110011011100100111101101100100 | e8bbabe7acb3727b64 |
UHC | 軫?r{d | 111100101110001000111111011100100111101101100100 | f2e23f727b64 |
SJIS-Win,EUC-JP: Classic charsets mainly used as Japanese encoding set on Windows(SJIS-Win=CP932) and UNIX(EUC-JP)