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 | ?藺 | 001111111110010101100001 | 3fe561 |
EUC-JP | ?藺 | 001111111110100111000010 | 3fe9c2 |
UTF-8 | 꿜藺 | 111010101011111110011100111010001001011110111010 | eabf9ce897ba |
UHC | 꿜藺 | 10110010111001001101011111110100 | b2e4d7f4 |
SJIS-Win,EUC-JP: Classic charsets mainly used as Japanese encoding set on Windows(SJIS-Win=CP932) and UNIX(EUC-JP)