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 | 惺? | 100111001011011100111111 | 9cb73f |
EUC-JP | 惺? | 110110001011100100111111 | d8b93f |
UTF-8 | 惺걩 | 111001101000001110111010111010101011000110101001 | e683baeab1a9 |
UHC | 惺걩 | 11100000111101101000000110010010 | e0f68192 |
SJIS-Win,EUC-JP: Classic charsets mainly used as Japanese encoding set on Windows(SJIS-Win=CP932) and UNIX(EUC-JP)