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 | ?挑 | 001111111001001010100111 | 3f92a7 |
EUC-JP | ?挑 | 001111111100010010101001 | 3fc4a9 |
UTF-8 | 뤒挑 | 111010111010010010010010111001101000110010010001 | eba492e68c91 |
UHC | 뤒挑 | 10001111110000101101001111111011 | 8fc2d3fb |
SJIS-Win,EUC-JP: Classic charsets mainly used as Japanese encoding set on Windows(SJIS-Win=CP932) and UNIX(EUC-JP)