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 | ???M? | 0011111100111111001111110100110100111111 | 3f3f3f4d3f |
SJIS-WIN | ??ュM? | 001111110011111110000011100001010100110100111111 | 3f3f83854d3f |
EUC-JP | ??ュM? | 001111110011111110100101111001010100110100111111 | 3f3fa5e54d3f |
UTF-8 | 룵卽ュM▩ | 11101011101000111011010111100101100011011011110111100011100000111010010101001101111000101001011010101001 | eba3b5e58dbde383a54de296a9 |
UHC | 룵卽ュM▩ | 100011111010101011110001111011011010101111100101010011011010001011001100 | 8faaf1edabe54da2cc |
SJIS-Win,EUC-JP: Classic charsets mainly used as Japanese encoding set on Windows(SJIS-Win=CP932) and UNIX(EUC-JP)