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 | ?慕 | 001111111001010111100111 | 3f95e7 |
EUC-JP | ?慕 | 001111111100101011101001 | 3fcae9 |
UTF-8 | 뤗慕 | 111010111010010010010111111001101000010110010101 | eba497e68595 |
UHC | 뤗慕 | 10001111110001111101100110110111 | 8fc7d9b7 |
SJIS-Win,EUC-JP: Classic charsets mainly used as Japanese encoding set on Windows(SJIS-Win=CP932) and UNIX(EUC-JP)