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 | ??}??{^ | 00111111001111110111110100111111001111110111101101011110 | 3f3f7d3f3f7b5e |
SJIS-WIN | 嶢蛟}嶢蛟{^ | 1001101111010000111001011000000001111101100110111101000011100101100000000111101101011110 | 9bd0e5807d9bd0e5807b5e |
EUC-JP | 嶢蛟}嶢蛟{^ | 1101011011010010111010011110000001111101110101101101001011101001111000000111101101011110 | d6d2e9e07dd6d2e9e07b5e |
UTF-8 | 嶢蛟}嶢蛟{^ | 111001011011011010100010111010001001101110011111011111011110010110110110101000101110100010011011100111110111101101011110 | e5b6a2e89b9f7de5b6a2e89b9f7b5e |
UHC | 嶢蛟}嶢蛟{^ | 1110100011110010110011101111000101111101111010001111001011001110111100010111101101011110 | e8f2cef17de8f2cef17b5e |
SJIS-Win,EUC-JP: Classic charsets mainly used as Japanese encoding set on Windows(SJIS-Win=CP932) and UNIX(EUC-JP)