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 | 篠鹿質 | 100011101100001010001110101011011000111010111111 | 8ec28ead8ebf |
EUC-JP | 篠鹿質 | 101111001100010010111100101011111011110011000001 | bcc4bcafbcc1 |
UTF-8 | 篠鹿質 | 111001111010111110100000111010011011100110111111111010001011001110101010 | e7afa0e9b9bfe8b3aa |
UHC | 篠鹿質 | 111000011100011011010110111000111111001011110101 | e1c6d6e3f2f5 |
SJIS-Win,EUC-JP: Classic charsets mainly used as Japanese encoding set on Windows(SJIS-Win=CP932) and UNIX(EUC-JP)