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 | ????h | 0011111100111111001111110011111101101000 | 3f3f3f3f68 |
SJIS-WIN | ???蹇h | 001111110011111100111111111001110100000001101000 | 3f3f3fe74068 |
EUC-JP | ?玹?蹇h | 0011111110001111110010111110010000111111111011011010000101101000 | 3f8fcbe43feda168 |
UTF-8 | 뤺玹춳蹇h | 11101011101001001011101011100111100011101011100111101100101101101011001111101000101110011000011101101000 | eba4bae78eb9ecb6b3e8b98768 |
UHC | 뤺玹춳蹇h | 100011111110100011111010110111011010110110001111110010111111010001101000 | 8fe8faddad8fcbf468 |
SJIS-Win,EUC-JP: Classic charsets mainly used as Japanese encoding set on Windows(SJIS-Win=CP932) and UNIX(EUC-JP)