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 | 鼎?}鼎?{^ | 100100110100001100111111011111011001001101000011001111110111101101011110 | 93433f7d93433f7b5e |
EUC-JP | 鼎崍}鼎崍{^ | 11000101101001001000111110111011110001000111110111000101101001001000111110111011110001000111101101011110 | c5a48fbbc47dc5a48fbbc47b5e |
UTF-8 | 鼎崍}鼎崍{^ | 111010011011110010001110111001011011010010001101011111011110100110111100100011101110010110110100100011010111101101011110 | e9bc8ee5b48d7de9bc8ee5b48d7b5e |
UHC | 鼎崍}鼎崍{^ | 1111000010100011110101011100111101111101111100001010001111010101110011110111101101011110 | f0a3d5cf7df0a3d5cf7b5e |
SJIS-Win,EUC-JP: Classic charsets mainly used as Japanese encoding set on Windows(SJIS-Win=CP932) and UNIX(EUC-JP)