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 | ???? | 00111111001111110011111100111111 | 3f3f3f3f |
SJIS-WIN | 鮨滓アウ | 111010011011110110011111111001101011000110110011 | e9bd9fe6b1b3 |
EUC-JP | 鮨滓アウ | 1111001010111111110111101110100010001110101100011000111010110011 | f2bfdee88eb18eb3 |
UTF-8 | 鮨滓アウ | 111010011010111010101000111001101011101110010011111011111011110110110001111011111011110110110011 | e9aea8e6bb93efbdb1efbdb3 |
UHC | ?滓?? | 0011111111101110101010110011111100111111 | 3feeab3f3f |
SJIS-Win,EUC-JP: Classic charsets mainly used as Japanese encoding set on Windows(SJIS-Win=CP932) and UNIX(EUC-JP)