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 | ?遯萄 | 0011111111100111101010101001001110111000 | 3fe7aa93b8 |
EUC-JP | ?遯萄 | 0011111111101110101011001100011010111010 | 3feeacc6ba |
UTF-8 | 亐遯萄 | 111001001011101010010000111010011000000110101111111010001001000010000100 | e4ba90e981afe89084 |
UHC | 亐遯萄 | 111010101010011111010100111011101101010010101100 | eaa7d4eed4ac |
SJIS-Win,EUC-JP: Classic charsets mainly used as Japanese encoding set on Windows(SJIS-Win=CP932) and UNIX(EUC-JP)