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 | ?ч?敖 | 001111111000010010001001001111111001110111000010 | 3f84893f9dc2 |
EUC-JP | 絪ч?敖 | 1000111111010011111011001010011111101001001111111101101011000100 | 8fd3eca7e93fdac4 |
UTF-8 | 絪ч뒛敖 | 1110011110110101101010101101000110000111111010111001001010011011111001101001010110010110 | e7b5aad187eb929be69596 |
UHC | 絪ч뒛敖 | 1110110011011111101011001110100110001010100110001110011111111001 | ecdface98a98e7f9 |
SJIS-Win,EUC-JP: Classic charsets mainly used as Japanese encoding set on Windows(SJIS-Win=CP932) and UNIX(EUC-JP)