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 | 10011101110000100011111100111111011100100111101101100100 | 9dc23f3f727b64 |
EUC-JP | 敖??r{d | 11011010110001000011111100111111011100100111101101100100 | dac43f3f727b64 |
UTF-8 | 敖뉑쓶r{d | 111001101001010110010110111010111000100110010001111011001001001110110110011100100111101101100100 | e69596eb8991ec93b6727b64 |
UHC | 敖뉑쓶r{d | 111001111111100110000111111001101001110110010011011100100111101101100100 | e7f987e69d93727b64 |
SJIS-Win,EUC-JP: Classic charsets mainly used as Japanese encoding set on Windows(SJIS-Win=CP932) and UNIX(EUC-JP)