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 | ?????? | 001111110011111100111111001111110011111100111111 | 3f3f3f3f3f3f |
SJIS-WIN | 獰??愿?? | 1110000011010110001111110011111110011100110000110011111100111111 | e0d63f3f9cc33f3f |
EUC-JP | 獰??愿?? | 1110000011011000001111110011111111011000110001010011111100111111 | e0d83f3fd8c53f3f |
UTF-8 | 獰⑸뿪愿섉뤃 | 111001111000110110110000111000101001000110111000111010111011111110101010111001101000010010111111111011001000010010001001111010111010010010000011 | e78db0e291b8ebbfaae684bfec8489eba483 |
UHC | 獰⑸뿪愿섉뤃 | 111001111011111010101001111010111001011110101010111010101011010010011000111001101000111110110100 | e7bea9eb97aaeab498e68fb4 |
SJIS-Win,EUC-JP: Classic charsets mainly used as Japanese encoding set on Windows(SJIS-Win=CP932) and UNIX(EUC-JP)