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?? | 0011111100111111010011010011111100111111 | 3f3f4d3f3f |
SJIS-WIN | 凝?M蘖? | 10001011110000110011111101001101100111110101000000111111 | 8bc33f4d9f503f |
EUC-JP | 凝?M蘖? | 10110110110001010011111101001101110111011011000100111111 | b6c53f4dddb13f |
UTF-8 | 凝렯M蘖렖 | 11100101100001111001110111101011101000001010111101001101111010001001100010010110111010111010000010010110 | e5879deba0af4de89896eba096 |
UHC | 凝렯M蘖렖 | 111010111110101010001110101111000100110111100101111011101000111010101011 | ebea8ebc4de5ee8eab |
SJIS-Win,EUC-JP: Classic charsets mainly used as Japanese encoding set on Windows(SJIS-Win=CP932) and UNIX(EUC-JP)