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 | ???W | 00111111001111110011111101010111 | 3f3f3f57 |
SJIS-WIN | 揖皋徨W | 10010111010010111110000110100110100111000111001001010111 | 974be1a69c7257 |
EUC-JP | 揖皋徨W | 11001101101011001110001010101000110101111101001101010111 | cdace2a8d7d357 |
UTF-8 | 揖皋徨W | 11100110100011111001011011100111100110101000101111100101101111101010100001010111 | e68f96e79a8be5bea857 |
UHC | 揖?徨W | 111010111110011100111111111111001100011101010111 | ebe73ffcc757 |
SJIS-Win,EUC-JP: Classic charsets mainly used as Japanese encoding set on Windows(SJIS-Win=CP932) and UNIX(EUC-JP)