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 | 薔≫侵 | 111001010100101110000001111000101001000001001110 | e54b81e2904e |
EUC-JP | 薔≫侵 | 111010011010110010100010111001001011111110101111 | e9aca2e4bfaf |
UTF-8 | 薔≫侵 | 111010001001011010010100111000101000100110101011111001001011111010110101 | e89694e289abe4beb5 |
UHC | 薔≫侵 | 111011011111100110100001111011011111011011010101 | edf9a1edf6d5 |
SJIS-Win,EUC-JP: Classic charsets mainly used as Japanese encoding set on Windows(SJIS-Win=CP932) and UNIX(EUC-JP)