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 | ??? | 001111110011111100111111 | 3f3f3f |
SJIS-WIN | 脂勃測 | 100011101000100110010110011101011001000110101010 | 8e89967591aa |
EUC-JP | 脂勃測 | 101110111110100111001011110101101100001010101100 | bbe9cbd6c2ac |
UTF-8 | 脂勃測 | 111010001000010010000010111001011000101110000011111001101011100010101100 | e88482e58b83e6b8ac |
UHC | 脂勃測 | 111100101011011111011010111110101111011010110100 | f2b7dafaf6b4 |
SJIS-Win,EUC-JP: Classic charsets mainly used as Japanese encoding set on Windows(SJIS-Win=CP932) and UNIX(EUC-JP)