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 | 遇勃檳 | 100010111111011010010110011101011001111101000110 | 8bf696759f46 |
EUC-JP | 遇勃檳 | 101101101111100011001011110101101101110110100111 | b6f8cbd6dda7 |
UTF-8 | 遇勃檳 | 111010011000000110000111111001011000101110000011111001101010101010110011 | e98187e58b83e6aab3 |
UHC | 遇勃檳 | 111010011110011111011010111110101101111010110001 | e9e7dafadeb1 |
SJIS-Win,EUC-JP: Classic charsets mainly used as Japanese encoding set on Windows(SJIS-Win=CP932) and UNIX(EUC-JP)