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£] | 1001001001001101100100011010001101011101 | 924d91a35d |
SJIS-WIN | ?M?£] | 001111110100110100111111100000011001001001011101 | 3f4d3f81925d |
EUC-JP | ?M?£] | 001111110100110100111111101000011111001001011101 | 3f4d3fa1f25d |
UTF-8 | M£] | 1100001010010010010011011100001010010001110000101010001101011101 | c2924dc291c2a35d |
UHC | ?M??] | 0011111101001101001111110011111101011101 | 3f4d3f3f5d |
SJIS-Win,EUC-JP: Classic charsets mainly used as Japanese encoding set on Windows(SJIS-Win=CP932) and UNIX(EUC-JP)