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 | 踈秋 | 11100110111100011000111101001000 | e6f18f48 |
EUC-JP | 踈秋 | 11101100111100111011110110101001 | ecf3bda9 |
UTF-8 | 踈秋 | 111010001011100010001000111001111010011110001011 | e8b888e7a78b |
UHC | ?秋 | 001111111111010111010101 | 3ff5d5 |
SJIS-Win,EUC-JP: Classic charsets mainly used as Japanese encoding set on Windows(SJIS-Win=CP932) and UNIX(EUC-JP)