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 | ??? | 001111110011111100111111 | 3f3f3f |
SJIS-WIN | 藥?М | 1110010101011010001111111000010001001101 | e55a3f844d |
EUC-JP | 藥?М | 1110100110111011001111111010011110101110 | e9bb3fa7ae |
UTF-8 | 藥띾М | 1110100010010111101001011110101110011101101111101101000010011100 | e897a5eb9dbed09c |
UHC | 藥띾М | 111001011011011110001101111010111010110010101110 | e5b78debacae |
SJIS-Win,EUC-JP: Classic charsets mainly used as Japanese encoding set on Windows(SJIS-Win=CP932) and UNIX(EUC-JP)