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 | 鄧㌣}鄧㌣{^ | 1111101110111001100001110110101101111101111110111011100110000111011010110111101101011110 | fbb9876b7dfbb9876b7b5e |
EUC-JP | 鄧?}鄧?{^ | 1000111111100010110001110011111101111101100011111110001011000111001111110111101101011110 | 8fe2c73f7d8fe2c73f7b5e |
UTF-8 | 鄧㌣}鄧㌣{^ | 111010011000010010100111111000111000110010100011011111011110100110000100101001111110001110001100101000110111101101011110 | e984a7e38ca37de984a7e38ca37b5e |
UHC | 鄧?}鄧?{^ | 110101001111100000111111011111011101010011111000001111110111101101011110 | d4f83f7dd4f83f7b5e |
SJIS-Win,EUC-JP: Classic charsets mainly used as Japanese encoding set on Windows(SJIS-Win=CP932) and UNIX(EUC-JP)