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 | ?? | 0011111100111111 | 3f3f |
SJIS-WIN | 隱孝 | 11101000101010101000110101000110 | e8aa8d46 |
EUC-JP | 隱孝 | 11110000101011001011100110100111 | f0acb9a7 |
UTF-8 | 隱孝 | 111010011001101010110001111001011010110110011101 | e99ab1e5ad9d |
UHC | 隱孝 | 11101011110111111111110011111000 | ebdffcf8 |
SJIS-Win,EUC-JP: Classic charsets mainly used as Japanese encoding set on Windows(SJIS-Win=CP932) and UNIX(EUC-JP)