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 | 尹倪岬 | 100110111001101010011000111000101001011010100110 | 9b9a98e296a6 |
EUC-JP | 尹倪岬 | 110101011111101011010000111001001100110010101000 | d5fad0e4cca8 |
UTF-8 | 尹倪岬 | 111001011011000010111001111001011000000010101010111001011011001010101100 | e5b0b9e580aae5b2ac |
UHC | 尹倪岬 | 111010111100010111100111110100101100101110100010 | ebc5e7d2cba2 |
SJIS-Win,EUC-JP: Classic charsets mainly used as Japanese encoding set on Windows(SJIS-Win=CP932) and UNIX(EUC-JP)