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鴣 | 11101001111100111000111010101101010011011110100111110011 | e9f38ead4de9f3 |
EUC-JP | 鴣鹿M鴣 | 11110010111101011011110010101111010011011111001011110101 | f2f5bcaf4df2f5 |
UTF-8 | 鴣鹿M鴣 | 11101001101101001010001111101001101110011011111101001101111010011011010010100011 | e9b4a3e9b9bf4de9b4a3 |
UHC | ?鹿M? | 0011111111010110111000110100110100111111 | 3fd6e34d3f |
SJIS-Win,EUC-JP: Classic charsets mainly used as Japanese encoding set on Windows(SJIS-Win=CP932) and UNIX(EUC-JP)