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 | ???? | 00111111001111110011111100111111 | 3f3f3f3f |
SJIS-WIN | 獰f?徇 | 11100000110101101000001010000110001111111001110001101101 | e0d682863f9c6d |
EUC-JP | 獰f?徇 | 11100000110110001010001111100110001111111101011111001110 | e0d8a3e63fd7ce |
UTF-8 | 獰f객徇 | 111001111000110110110000111011111011110110000110111010101011000010011101111001011011111010000111 | e78db0efbd86eab09de5be87 |
UHC | 獰f객徇 | 1110011110111110101000111110011010110000101101001110001011011111 | e7bea3e6b0b4e2df |
SJIS-Win,EUC-JP: Classic charsets mainly used as Japanese encoding set on Windows(SJIS-Win=CP932) and UNIX(EUC-JP)