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 | 踉琳 | 11100110111100101001011111010100 | e6f297d4 |
EUC-JP | 踉琳 | 11101100111101001100111011010110 | ecf4ced6 |
UTF-8 | 踉琳 | 111010001011100010001001111001111001000010110011 | e8b889e790b3 |
UHC | ?琳 | 001111111101011111111011 | 3fd7fb |
SJIS-Win,EUC-JP: Classic charsets mainly used as Japanese encoding set on Windows(SJIS-Win=CP932) and UNIX(EUC-JP)