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 | æè¶ | 111001101000001110010001111010001011011010000001 | e68391e8b681 |
SJIS-WIN | ????¶? | 00111111001111110011111100111111100000011111011100111111 | 3f3f3f3f81f73f |
EUC-JP | æ??è¶? | 1000111110101001110000010011111100111111100011111010101110110010101000101111100100111111 | 8fa9c13f3f8fabb2a2f93f |
UTF-8 | æè¶ | 110000111010011011000010100000111100001010010001110000111010100011000010101101101100001010000001 | c3a6c283c291c3a8c2b6c281 |
UHC | æ???¶? | 1010100110100001001111110011111100111111101000101101001000111111 | a9a13f3f3fa2d23f |
SJIS-Win,EUC-JP: Classic charsets mainly used as Japanese encoding set on Windows(SJIS-Win=CP932) and UNIX(EUC-JP)