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 | ???? | 00111111001111110011111100111111 | 3f3f3f3f |
SJIS-WIN | 薔e桟糴 | 1110010101001011100000101000010110001110010101101110001011111001 | e54b82858e56e2f9 |
EUC-JP | 薔e桟糴 | 1110100110101100101000111110010110111011101101111110010011111011 | e9aca3e5bbb7e4fb |
UTF-8 | 薔e桟糴 | 111010001001011010010100111011111011110110000101111001101010000110011111111001111011001110110100 | e89694efbd85e6a19fe7b3b4 |
UHC | 薔e?? | 111011011111100110100011111001010011111100111111 | edf9a3e53f3f |
SJIS-Win,EUC-JP: Classic charsets mainly used as Japanese encoding set on Windows(SJIS-Win=CP932) and UNIX(EUC-JP)