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 | ??a@B | 0011111100111111011000010100000001000010 | 3f3f614042 |
SJIS-WIN | 閼アa@B | 111010001000010010110001011000010100000001000010 | e884b1614042 |
EUC-JP | 閼アa@B | 11101111111001001000111010110001011000010100000001000010 | efe48eb1614042 |
UTF-8 | 閼アa@B | 111010011001011010111100111011111011110110110001011000010100000001000010 | e996bcefbdb1614042 |
UHC | 閼?a@B | 111001001101100100111111011000010100000001000010 | e4d93f614042 |
SJIS-Win,EUC-JP: Classic charsets mainly used as Japanese encoding set on Windows(SJIS-Win=CP932) and UNIX(EUC-JP)