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 | ?愛 | 001111111011000010100110 | 3fb0a6 |
UTF-8 | 뫑愛 | 111010111010101110010001111001101000010010011011 | ebab91e6849b |
UHC | 뫑愛 | 10010001101100111110010011110001 | 91b3e4f1 |
SJIS-Win,EUC-JP: Classic charsets mainly used as Japanese encoding set on Windows(SJIS-Win=CP932) and UNIX(EUC-JP)