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 | ??? | 001111110011111100111111 | 3f3f3f |
SJIS-WIN | ??迷 | 00111111001111111001011011000000 | 3f3f96c0 |
EUC-JP | ??迷 | 00111111001111111100110011000010 | 3f3fccc2 |
UTF-8 | 欌쇳迷 | 111001101010110010001100111011001000011110110011111010001011111110110111 | e6ac8cec87b3e8bfb7 |
UHC | 欌쇳迷 | 111011011110101110111100111011011101101010111011 | edebbceddabb |
SJIS-Win,EUC-JP: Classic charsets mainly used as Japanese encoding set on Windows(SJIS-Win=CP932) and UNIX(EUC-JP)