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 | ??] | 001111110011111101011101 | 3f3f5d |
SJIS-WIN | ?鏑] | 00111111100100110100110001011101 | 3f934c5d |
EUC-JP | ?鏑] | 00111111110001011010110101011101 | 3fc5ad5d |
UTF-8 | 솨鏑] | 11101100100001101010100011101001100011111001000101011101 | ec86a8e98f915d |
UHC | 솨鏑] | 1011110011011101111011101110101101011101 | bcddeeeb5d |
SJIS-Win,EUC-JP: Classic charsets mainly used as Japanese encoding set on Windows(SJIS-Win=CP932) and UNIX(EUC-JP)