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 | 001111110011111101011001 | 3f3f59 |
SJIS-WIN | 乘?Y | 10011000101010010011111101011001 | 98a93f59 |
EUC-JP | 乘?Y | 11010000101010110011111101011001 | d0ab3f59 |
UTF-8 | 乘쓕Y | 11100100101110011001100011101100100100111001010101011001 | e4b998ec939559 |
UHC | 乘쓕Y | 1110001110101011100111010111000001011001 | e3ab9d7059 |
SJIS-Win,EUC-JP: Classic charsets mainly used as Japanese encoding set on Windows(SJIS-Win=CP932) and UNIX(EUC-JP)