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 | ??}??{^ | 00111111001111110111110100111111001111110111101101011110 | 3f3f7d3f3f7b5e |
SJIS-WIN | ??}??{^ | 00111111001111110111110100111111001111110111101101011110 | 3f3f7d3f3f7b5e |
EUC-JP | 璿?}璿?{^ | 1000111111001100111010010011111101111101100011111100110011101001001111110111101101011110 | 8fcce93f7d8fcce93f7b5e |
UTF-8 | 璿林}璿林{^ | 111001111001001010111111111011111010011110110100011111011110011110010010101111111110111110100111101101000111101101011110 | e792bfefa7b47de792bfefa7b47b5e |
UHC | 璿林}璿林{^ | 1110000011000111111011001111011101111101111000001100011111101100111101110111101101011110 | e0c7ecf77de0c7ecf77b5e |
SJIS-Win,EUC-JP: Classic charsets mainly used as Japanese encoding set on Windows(SJIS-Win=CP932) and UNIX(EUC-JP)