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 | 靨湿爵 | 111010001101001010001110101111001000111011011101 | e8d28ebc8edd |
EUC-JP | 靨湿爵 | 111100001101010010111100101111101011110011011111 | f0d4bcbebcdf |
UTF-8 | 靨湿爵 | 111010011001110110101000111001101011100110111111111001111000100010110101 | e99da8e6b9bfe788b5 |
UHC | ??爵 | 00111111001111111110110111001001 | 3f3fedc9 |
SJIS-Win,EUC-JP: Classic charsets mainly used as Japanese encoding set on Windows(SJIS-Win=CP932) and UNIX(EUC-JP)