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ºN | 1001001001001101100100011011101010010001100111111001001001001110 | 924d91ba919f924e |
SJIS-WIN | ?M?????N | 0011111101001101001111110011111100111111001111110011111101001110 | 3f4d3f3f3f3f3f4e |
EUC-JP | ?M?º???N | 00111111010011010011111110001111101000101110101100111111001111110011111101001110 | 3f4d3f8fa2eb3f3f3f4e |
UTF-8 | MºN | 1100001010010010010011011100001010010001110000101011101011000010100100011100001010011111110000101001001001001110 | c2924dc291c2bac291c29fc2924e |
UHC | ?M?º???N | 001111110100110100111111101010001010110000111111001111110011111101001110 | 3f4d3fa8ac3f3f3f4e |
SJIS-Win,EUC-JP: Classic charsets mainly used as Japanese encoding set on Windows(SJIS-Win=CP932) and UNIX(EUC-JP)