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 | ûZ˪B | 1111101101011010110010111010101001000010 | fb5acbaa42 |
SJIS-WIN | ?Z??B | 0011111101011010001111110011111101000010 | 3f5a3f3f42 |
EUC-JP | ûZ˪B | 1000111110101011111001010101101010001111101010101011001110001111101000101110110001000010 | 8fabe55a8faab38fa2ec42 |
UTF-8 | ûZ˪B | 1100001110111011010110101100001110001011110000101010101001000010 | c3bb5ac38bc2aa42 |
UHC | ?Z?ªB | 001111110101101000111111101010001010001101000010 | 3f5a3fa8a342 |
SJIS-Win,EUC-JP: Classic charsets mainly used as Japanese encoding set on Windows(SJIS-Win=CP932) and UNIX(EUC-JP)