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 | 援?瀞?愿? | 100010011000011100111111100100111101001000111111100111001100001100111111 | 89873f93d23f9cc33f |
EUC-JP | 援?瀞?愿? | 101100011110011100111111110001101101010000111111110110001100010100111111 | b1e73fc6d43fd8c53f |
UTF-8 | 援렦瀞렕愿렭 | 111001101000111110110100111010111010000010100110111001111000000010011110111010111010000010010101111001101000010010111111111010111010000010101101 | e68fb4eba0a6e7809eeba095e684bfeba0ad |
UHC | 援렦瀞렕愿렭 | 111010101011010110001110101101011110111111100111100011101010101011101010101101001000111010111010 | eab58eb5efe78eaaeab48eba |
SJIS-Win,EUC-JP: Classic charsets mainly used as Japanese encoding set on Windows(SJIS-Win=CP932) and UNIX(EUC-JP)