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 | ??\??i | 001111110011111101011100001111110011111101101001 | 3f3f5c3f3f69 |
SJIS-WIN | 将ョ\娼チi | 1000111110101011101011100101110010001111101010011100000101101001 | 8fabae5c8fa9c169 |
EUC-JP | 将ョ\娼チi | 10111110101011011000111010101110010111001011111010101011100011101100000101101001 | bead8eae5cbeab8ec169 |
UTF-8 | 将ョ\娼チi | 1110010110110000100001101110111110111101101011100101110011100101101010001011110011101111101111101000000101101001 | e5b086efbdae5ce5a8bcefbe8169 |
UHC | ??\娼?i | 00111111001111110101110011110011110111100011111101101001 | 3f3f5cf3de3f69 |
SJIS-Win,EUC-JP: Classic charsets mainly used as Japanese encoding set on Windows(SJIS-Win=CP932) and UNIX(EUC-JP)