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 | ??~ | 001111110011111101111110 | 3f3f7e |
SJIS-WIN | 紆舌~ | 1110001011111100100100001110001101111110 | e2fc90e37e |
EUC-JP | 紆舌~ | 1110010011111110110000001110010101111110 | e4fec0e57e |
UTF-8 | 紆舌~ | 11100111101101001000011011101000100010001000110001111110 | e7b486e8888c7e |
UHC | 紆舌~ | 1110100111100001111000001101111101111110 | e9e1e0df7e |
SJIS-Win,EUC-JP: Classic charsets mainly used as Japanese encoding set on Windows(SJIS-Win=CP932) and UNIX(EUC-JP)