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 | 盧盲┏ | 111000011011100010010110110100111000010010101100 | e1b896d384ac |
EUC-JP | 盧盲┏ | 111000101011101011001100110101011010100010101110 | e2baccd5a8ae |
UTF-8 | 盧盲┏ | 111001111001101110100111111001111001101110110010111000101001010010001111 | e79ba7e79bb2e2948f |
UHC | 盧盲┏ | 110101101101010011011000111011101010011010101110 | d6d4d8eea6ae |
SJIS-Win,EUC-JP: Classic charsets mainly used as Japanese encoding set on Windows(SJIS-Win=CP932) and UNIX(EUC-JP)