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 | ??? | 001111110011111100111111 | 3f3f3f |
SJIS-WIN | 贐猷淙 | 111001101101011110010111010100011001111111001000 | e6d797519fc8 |
EUC-JP | 贐猷淙 | 111011001101100111001101101100101101111011001010 | ecd9cdb2deca |
UTF-8 | 贐猷淙 | 111010001011010010010000111001111000110010110111111001101011011110011001 | e8b490e78cb7e6b799 |
UHC | ?猷淙 | 0011111111101011101000111111000011111000 | 3feba3f0f8 |
SJIS-Win,EUC-JP: Classic charsets mainly used as Japanese encoding set on Windows(SJIS-Win=CP932) and UNIX(EUC-JP)