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? | 0011111100111111001111110100110100111111 | 3f3f3f4d3f |
SJIS-WIN | 鳶??M若 | 10010011110011100011111100111111010011011000111011100001 | 93ce3f3f4d8ee1 |
EUC-JP | 鳶??M若 | 11000110110100000011111100111111010011011011110011100011 | c6d03f3f4dbce3 |
UTF-8 | 鳶며탞M若 | 11101001101100111011011011101011101010011011000011101101100000111001111001001101111010001000101110100101 | e9b3b6eba9b0ed839e4de88ba5 |
UHC | 鳶며탞M若 | 111001101110100110111000111001111011010110000010010011011110010110110100 | e6e9b8e7b5824de5b4 |
SJIS-Win,EUC-JP: Classic charsets mainly used as Japanese encoding set on Windows(SJIS-Win=CP932) and UNIX(EUC-JP)