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 | ????^ | 0011111100111111001111110011111101011110 | 3f3f3f3f5e |
SJIS-WIN | 犹蕘犹蕘^ | 111000001011100111100100111110111110000010111001111001001111101101011110 | e0b9e4fbe0b9e4fb5e |
EUC-JP | 犹蕘犹蕘^ | 111000001011101111101000111111011110000010111011111010001111110101011110 | e0bbe8fde0bbe8fd5e |
UTF-8 | 犹蕘犹蕘^ | 11100111100010101011100111101000100101011001100011100111100010101011100111101000100101011001100001011110 | e78ab9e89598e78ab9e895985e |
UHC | ????^ | 0011111100111111001111110011111101011110 | 3f3f3f3f5e |
SJIS-Win,EUC-JP: Classic charsets mainly used as Japanese encoding set on Windows(SJIS-Win=CP932) and UNIX(EUC-JP)