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 | 覽沸 | 11100110010101001001010110100110 | e65495a6 |
EUC-JP | 覽沸 | 11101011101101011100101010101000 | ebb5caa8 |
UTF-8 | 覽沸 | 111010001010011010111101111001101011001010111000 | e8a6bde6b2b8 |
UHC | 覽沸 | 11010101110000101101110111110011 | d5c2ddf3 |
SJIS-Win,EUC-JP: Classic charsets mainly used as Japanese encoding set on Windows(SJIS-Win=CP932) and UNIX(EUC-JP)