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 | ????? | 0011111100111111001111110011111100111111 | 3f3f3f3f3f |
SJIS-WIN | ?λ?松ι | 0011111110000011110010010011111110001111101111001000001111000111 | 3f83c93f8fbc83c7 |
EUC-JP | ?λ?松ι | 0011111110100110110010110011111110111110101111101010011011001001 | 3fa6cb3fbebea6c9 |
UTF-8 | 筽λ쓹松ι | 11100111101011011011110111001110101110111110110010010011101110011110011010011101101111101100111010111001 | e7adbdcebbec93b9e69dbeceb9 |
UHC | 筽λ쓹松ι | 11101000101001001010010111101011100111011001010111100001111001101010010111101001 | e8a4a5eb9d95e1e6a5e9 |
SJIS-Win,EUC-JP: Classic charsets mainly used as Japanese encoding set on Windows(SJIS-Win=CP932) and UNIX(EUC-JP)