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?? | 001111110011111100111111010011010011111100111111 | 3f3f3f4d3f3f |
SJIS-WIN | ??ュM?? | 00111111001111111000001110000101010011010011111100111111 | 3f3f83854d3f3f |
EUC-JP | ??ュM?? | 00111111001111111010010111100101010011010011111100111111 | 3f3fa5e54d3f3f |
UTF-8 | 룵卽ュM▩룶 | 11101011101000111011010111100101100011011011110111100011100000111010010101001101111000101001011010101001111010111010001110110110 | eba3b5e58dbde383a54de296a9eba3b6 |
UHC | 룵卽ュM▩룶 | 1000111110101010111100011110110110101011111001010100110110100010110011001000111110101011 | 8faaf1edabe54da2cc8fab |
SJIS-Win,EUC-JP: Classic charsets mainly used as Japanese encoding set on Windows(SJIS-Win=CP932) and UNIX(EUC-JP)