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¢¹°] | 100100100100110110010001101000101001000110111001100100011011000001011101 | 924d91a291b991b05d |
SJIS-WIN | ?M?¢???°] | 0011111101001101001111111000000110010001001111110011111100111111100000011000101101011101 | 3f4d3f81913f3f3f818b5d |
EUC-JP | ?M?¢???°] | 0011111101001101001111111010000111110001001111110011111100111111101000011110101101011101 | 3f4d3fa1f13f3f3fa1eb5d |
UTF-8 | M¢¹°] | 11000010100100100100110111000010100100011100001010100010110000101001000111000010101110011100001010010001110000101011000001011101 | c2924dc291c2a2c291c2b9c291c2b05d |
UHC | ?M???¹?°] | 0011111101001101001111110011111100111111101010011111011000111111101000011100011001011101 | 3f4d3f3f3fa9f63fa1c65d |
SJIS-Win,EUC-JP: Classic charsets mainly used as Japanese encoding set on Windows(SJIS-Win=CP932) and UNIX(EUC-JP)