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 | ?¨ | 0011111110101000 | 3fa8 |
SJIS-WIN | 鎰¨ | 11101000010011001000000101001110 | e84c814e |
EUC-JP | 鎰¨ | 11101111101011011010000110101111 | efada1af |
UTF-8 | 鎰¨ | 1110100110001110101100001100001010101000 | e98eb0c2a8 |
UHC | 鎰¨ | 11101100111100001010000110100111 | ecf0a1a7 |
SJIS-Win,EUC-JP: Classic charsets mainly used as Japanese encoding set on Windows(SJIS-Win=CP932) and UNIX(EUC-JP)