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 | セヨ車悉 | 101111101101011010001110110101001000111010111011 | bed68ed48ebb |
EUC-JP | セヨ車悉 | 1000111010111110100011101101011010111100110101101011110010111101 | 8ebe8ed6bcd6bcbd |
UTF-8 | セヨ車悉 | 111011111011110110111110111011111011111010010110111010001011101110001010111001101000001010001001 | efbdbeefbe96e8bb8ae68289 |
UHC | ??車悉 | 001111110011111111110011101100111110001111111010 | 3f3ff3b3e3fa |
SJIS-Win,EUC-JP: Classic charsets mainly used as Japanese encoding set on Windows(SJIS-Win=CP932) and UNIX(EUC-JP)