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 | ?????\ | 001111110011111100111111001111110011111101011100 | 3f3f3f3f3f5c |
SJIS-WIN | 臾щЧ維?\ | 11100100011010111000010010001011100001000101100010001000110110110011111101011100 | e46b848b845888db3f5c |
EUC-JP | 臾щЧ維?\ | 11100111110011001010011111101011101001111011100110110000110111010011111101011100 | e7cca7eba7b9b0dd3f5c |
UTF-8 | 臾щЧ維긵\ | 1110100010000111101111101101000110001001110100001010011111100111101101101010110111101010101110001011010101011100 | e887bed189d0a7e7b6adeab8b55c |
UHC | 臾щЧ維긵\ | 1110101110101100101011001110101110101100101110011110101110101011100000110111011001011100 | ebacacebacb9ebab83765c |
SJIS-Win,EUC-JP: Classic charsets mainly used as Japanese encoding set on Windows(SJIS-Win=CP932) and UNIX(EUC-JP)