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 | 鄧願足 | 111110111011100110001010111010001001000110101011 | fbb98ae891ab |
EUC-JP | 鄧願足 | 10001111111000101100011110110100111010101100001010101101 | 8fe2c7b4eac2ad |
UTF-8 | 鄧願足 | 111010011000010010100111111010011010000110011000111010001011011010110011 | e984a7e9a198e8b6b3 |
UHC | 鄧願足 | 110101001111100011101010110000111111000011101011 | d4f8eac3f0eb |
SJIS-Win,EUC-JP: Classic charsets mainly used as Japanese encoding set on Windows(SJIS-Win=CP932) and UNIX(EUC-JP)