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? | 00111111001111110100110100111111 | 3f3f4d3f |
SJIS-WIN | 怐顋M磬 | 10011100100000011110100011111001010011011110000111111100 | 9c81e8f94de1fc |
EUC-JP | 怐顋M磬 | 11010111111000011111000011111011010011011110001011111110 | d7e1f0fb4de2fe |
UTF-8 | 怐顋M磬 | 11100110100000001001000011101001101000011000101101001101111001111010001110101100 | e68090e9a18b4de7a3ac |
UHC | ??M磬 | 0011111100111111010011011100110011100100 | 3f3f4dcce4 |
SJIS-Win,EUC-JP: Classic charsets mainly used as Japanese encoding set on Windows(SJIS-Win=CP932) and UNIX(EUC-JP)