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 | 驕泌叉 | 111010011000000110010100111001011000110110110011 | e98194e58db3 |
EUC-JP | 驕泌叉 | 111100011110000111001000111001111011101010110101 | f1e1c8e7bab5 |
UTF-8 | 驕泌叉 | 111010011010100110010101111001101011001110001100111001011000111110001001 | e9a995e6b38ce58f89 |
UHC | 驕泌叉 | 110011101111011011111001101100101111001110101001 | cef6f9b2f3a9 |
SJIS-Win,EUC-JP: Classic charsets mainly used as Japanese encoding set on Windows(SJIS-Win=CP932) and UNIX(EUC-JP)