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 | ??~ | 001111110011111101111110 | 3f3f7e |
SJIS-WIN | 蛇砥~ | 1000111011010110100100110111010101111110 | 8ed693757e |
EUC-JP | 蛇砥~ | 1011110011011000110001011101011001111110 | bcd8c5d67e |
UTF-8 | 蛇砥~ | 11101000100110111000011111100111101000001010010101111110 | e89b87e7a0a57e |
UHC | 蛇砥~ | 1101111011101111111100101011001001111110 | deeff2b27e |
SJIS-Win,EUC-JP: Classic charsets mainly used as Japanese encoding set on Windows(SJIS-Win=CP932) and UNIX(EUC-JP)