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 | ????v | 0011111100111111001111110011111101110110 | 3f3f3f3f76 |
SJIS-WIN | 孩?偕?v | 10011011011101110011111110011000111100010011111101110110 | 9b773f98f13f76 |
EUC-JP | 孩?偕?v | 11010101110110000011111111010000111100110011111101110110 | d5d83fd0f33f76 |
UTF-8 | 孩렣偕렟v | 11100101101011011010100111101011101000001010001111100101100000011001010111101011101000001001111101110110 | e5ada9eba0a3e58195eba09f76 |
UHC | 孩렣偕렟v | 111110101010100110001110101101001111101010100101100011101011000001110110 | faa98eb4faa58eb076 |
SJIS-Win,EUC-JP: Classic charsets mainly used as Japanese encoding set on Windows(SJIS-Win=CP932) and UNIX(EUC-JP)