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 | ????? | 0011111100111111001111110011111100111111 | 3f3f3f3f3f |
SJIS-WIN | 爲???載 | 11100000101010000011111100111111001111111000110111011010 | e0a83f3f3f8dda |
EUC-JP | 爲轝??載 | 111000001010101010001111111000011010101000111111001111111011101011011100 | e0aa8fe1aa3f3fbadc |
UTF-8 | 爲轝렑렍載 | 111001111000100010110010111010001011110110011101111010111010000010010001111010111010000010001101111010001011110010001001 | e788b2e8bd9deba091eba08de8bc89 |
UHC | 爲轝렑렍載 | 11101010110100111110011010101100100011101010011010001110101000111110111010110000 | ead3e6ac8ea68ea3eeb0 |
SJIS-Win,EUC-JP: Classic charsets mainly used as Japanese encoding set on Windows(SJIS-Win=CP932) and UNIX(EUC-JP)