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 | ???Y? | 0011111100111111001111110101100100111111 | 3f3f3f593f |
SJIS-WIN | 軟??Y軟 | 10010011111011100011111100111111010110011001001111101110 | 93ee3f3f5993ee |
EUC-JP | 軟??Y軟 | 11000110111100000011111100111111010110011100011011110000 | c6f03f3f59c6f0 |
UTF-8 | 軟녺뼻Y軟 | 11101000101110111001111111101011100001011011101011101011101111001011101101011001111010001011101110011111 | e8bb9feb85baebbcbb59e8bb9f |
UHC | 軟녺뼻Y軟 | 111001101110001110000110111001111001011010111110010110011110011011100011 | e6e386e796be59e6e3 |
SJIS-Win,EUC-JP: Classic charsets mainly used as Japanese encoding set on Windows(SJIS-Win=CP932) and UNIX(EUC-JP)