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 | ???\ | 00111111001111110011111101011100 | 3f3f3f5c |
SJIS-WIN | 揖贔袱\ | 10010111010010111110011011011011111001011101111001011100 | 974be6dbe5de5c |
EUC-JP | 揖贔袱\ | 11001101101011001110110011011101111010101110000001011100 | cdacecddeae05c |
UTF-8 | 揖贔袱\ | 11100110100011111001011011101000101101001001010011101000101000101011000101011100 | e68f96e8b494e8a2b15c |
UHC | 揖??\ | 1110101111100111001111110011111101011100 | ebe73f3f5c |
SJIS-Win,EUC-JP: Classic charsets mainly used as Japanese encoding set on Windows(SJIS-Win=CP932) and UNIX(EUC-JP)