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 | 膊奉揖 | 111001000100110110010101111100101001011101001011 | e44d95f2974b |
EUC-JP | 膊奉揖 | 111001111010111011001010111101001100110110101100 | e7aecaf4cdac |
UTF-8 | 膊奉揖 | 111010001000011010001010111001011010010110001001111001101000111110010110 | e8868ae5a589e68f96 |
UHC | 膊奉揖 | 110110101101101111011100111001011110101111100111 | dadbdce5ebe7 |
SJIS-Win,EUC-JP: Classic charsets mainly used as Japanese encoding set on Windows(SJIS-Win=CP932) and UNIX(EUC-JP)