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 | 00111111001111110011111101101101 | 3f3f3f6d |
SJIS-WIN | 谿曙欝m | 11100110101011101000111110001100100010010101010001101101 | e6ae8f8c89546d |
EUC-JP | 谿曙欝m | 11101100101100001011110111101100101100011011010101101101 | ecb0bdecb1b56d |
UTF-8 | 谿曙欝m | 11101000101100001011111111100110100110111001100111100110101011001001110101101101 | e8b0bfe69b99e6ac9d6d |
UHC | 谿曙?m | 110011011010110011011111111101010011111101101101 | cdacdff53f6d |
SJIS-Win,EUC-JP: Classic charsets mainly used as Japanese encoding set on Windows(SJIS-Win=CP932) and UNIX(EUC-JP)