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 | ?愛 | 001111111000100010100100 | 3f88a4 |
EUC-JP | 瘀愛 | 1000111111001101111000111011000010100110 | 8fcde3b0a6 |
UTF-8 | 瘀愛 | 111001111001100010000000111001101000010010011011 | e79880e6849b |
UHC | 瘀愛 | 11100101110111001110010011110001 | e5dce4f1 |
SJIS-Win,EUC-JP: Classic charsets mainly used as Japanese encoding set on Windows(SJIS-Win=CP932) and UNIX(EUC-JP)