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 | èè§é è» | 1110100011101000101001111110100110000101100011001110100010111011 | e8e8a7e9858ce8bb |
SJIS-WIN | ??§????? | 001111110011111110000001100110000011111100111111001111110011111100111111 | 3f3f81983f3f3f3f3f |
EUC-JP | èè§é??è? | 1000111110101011101100101000111110101011101100101010000111111000100011111010101110110001001111110011111110001111101010111011001000111111 | 8fabb28fabb2a1f88fabb13f3f8fabb23f |
UTF-8 | èè§é è» | 11000011101010001100001110101000110000101010011111000011101010011100001010000101110000101000110011000011101010001100001010111011 | c3a8c3a8c2a7c3a9c285c28cc3a8c2bb |
UHC | ??§????? | 001111110011111110100001110101110011111100111111001111110011111100111111 | 3f3fa1d73f3f3f3f3f |
SJIS-Win,EUC-JP: Classic charsets mainly used as Japanese encoding set on Windows(SJIS-Win=CP932) and UNIX(EUC-JP)