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 | 鮹泗}鮹泗{^ | 1110100111000001100111111001100101111101111010011100000110011111100110010111101101011110 | e9c19f997de9c19f997b5e |
EUC-JP | 鮹泗}鮹泗{^ | 1111001011000011110111011111100101111101111100101100001111011101111110010111101101011110 | f2c3ddf97df2c3ddf97b5e |
UTF-8 | 鮹泗}鮹泗{^ | 111010011010111010111001111001101011001110010111011111011110100110101110101110011110011010110011100101110111101101011110 | e9aeb9e6b3977de9aeb9e6b3977b5e |
UHC | ?泗}?泗{^ | 001111111101111011011111011111010011111111011110110111110111101101011110 | 3fdedf7d3fdedf7b5e |
SJIS-Win,EUC-JP: Classic charsets mainly used as Japanese encoding set on Windows(SJIS-Win=CP932) and UNIX(EUC-JP)