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 | ?? | 0011111100111111 | 3f3f |
SJIS-WIN | 繼儁 | 11100011100010111001100101001101 | e38b994d |
EUC-JP | 繼儁 | 11100101111010111101000110101110 | e5ebd1ae |
UTF-8 | 繼儁 | 111001111011100110111100111001011000010010000001 | e7b9bce58481 |
UHC | 繼儁 | 11001101101010011111000111010110 | cda9f1d6 |
SJIS-Win,EUC-JP: Classic charsets mainly used as Japanese encoding set on Windows(SJIS-Win=CP932) and UNIX(EUC-JP)