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 | 醯癩茉 | 111001111100111111100001100110101110010010011101 | e7cfe19ae49d |
EUC-JP | 醯癩茉 | 111011101101000111100001111110101110011111111101 | eed1e1fae7fd |
UTF-8 | 醯癩茉 | 111010011000011010101111111001111001100110101001111010001000110010001001 | e986afe799a9e88c89 |
UHC | 醯癩茉 | 111110111011100011010100111111011101100011001001 | fbb8d4fdd8c9 |
SJIS-Win,EUC-JP: Classic charsets mainly used as Japanese encoding set on Windows(SJIS-Win=CP932) and UNIX(EUC-JP)