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 | ??\ | 001111110011111101011100 | 3f3f5c |
SJIS-WIN | 魏暖\ | 1110100110110000100100100110011101011100 | e9b092675c |
EUC-JP | 魏暖\ | 1111001010110010110000111100100001011100 | f2b2c3c85c |
UTF-8 | 魏暖\ | 11101001101011011000111111100110100110101001011001011100 | e9ad8fe69a965c |
UHC | 魏暖\ | 1110101011100000110100011110110001011100 | eae0d1ec5c |
SJIS-Win,EUC-JP: Classic charsets mainly used as Japanese encoding set on Windows(SJIS-Win=CP932) and UNIX(EUC-JP)