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 | 姚κ? | 1001101101001100100000111100100000111111 | 9b4c83c83f |
EUC-JP | 姚κ? | 1101010110101101101001101100101000111111 | d5ada6ca3f |
UTF-8 | 姚κ턃 | 1110010110100111100110101100111010111010111011011000010010000011 | e5a79acebaed8483 |
UHC | 姚κ턃 | 111010001110111010100101111010101011010110011111 | e8eea5eab59f |
SJIS-Win,EUC-JP: Classic charsets mainly used as Japanese encoding set on Windows(SJIS-Win=CP932) and UNIX(EUC-JP)