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 | ???? | 00111111001111110011111100111111 | 3f3f3f3f |
SJIS-WIN | 艤随戎鐓 | 1110010001111110100100001000111110001111010111101110100001011101 | e47e908f8f5ee85d |
EUC-JP | 艤随戎鐓 | 1110011111011111101111111110111110111101101111111110111110111110 | e7dfbfefbdbfefbe |
UTF-8 | 艤随戎鐓 | 111010001000100110100100111010011001101010001111111001101000100010001110111010011001000010010011 | e889a4e99a8fe6888ee99093 |
UHC | 艤?戎? | 111010111111101000111111111010111101010000111111 | ebfa3febd43f |
SJIS-Win,EUC-JP: Classic charsets mainly used as Japanese encoding set on Windows(SJIS-Win=CP932) and UNIX(EUC-JP)