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 | 鎰?}鎰?{^ | 111010000100110000111111011111011110100001001100001111110111101101011110 | e84c3f7de84c3f7b5e |
EUC-JP | 鎰?}鎰?{^ | 111011111010110100111111011111011110111110101101001111110111101101011110 | efad3f7defad3f7b5e |
UTF-8 | 鎰뛚}鎰뛚{^ | 111010011000111010110000111010111001101110011010011111011110100110001110101100001110101110011011100110100111101101011110 | e98eb0eb9b9a7de98eb0eb9b9a7b5e |
UHC | 鎰뛚}鎰뛚{^ | 1110110011110000100011010101011101111101111011001111000010001101010101110111101101011110 | ecf08d577decf08d577b5e |
SJIS-Win,EUC-JP: Classic charsets mainly used as Japanese encoding set on Windows(SJIS-Win=CP932) and UNIX(EUC-JP)