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 | ??? | 001111110011111100111111 | 3f3f3f |
SJIS-WIN | 驪鯉・ | 1110100110001011100011001110111110100101 | e98b8cefa5 |
EUC-JP | 驪鯉・ | 111100011110101110111000111100011000111010100101 | f1ebb8f18ea5 |
UTF-8 | 驪鯉・ | 111010011010100110101010111010011010111110001001111011111011110110100101 | e9a9aae9af89efbda5 |
UHC | 驪鯉? | 1101010111110001110101111110111100111111 | d5f1d7ef3f |
SJIS-Win,EUC-JP: Classic charsets mainly used as Japanese encoding set on Windows(SJIS-Win=CP932) and UNIX(EUC-JP)