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 | 鄧Ⅱ}鄧Ⅱ{^ | 1111101110111001100001110101010101111101111110111011100110000111010101010111101101011110 | fbb987557dfbb987557b5e |
EUC-JP | 鄧?}鄧?{^ | 1000111111100010110001110011111101111101100011111110001011000111001111110111101101011110 | 8fe2c73f7d8fe2c73f7b5e |
UTF-8 | 鄧Ⅱ}鄧Ⅱ{^ | 111010011000010010100111111000101000010110100001011111011110100110000100101001111110001010000101101000010111101101011110 | e984a7e285a17de984a7e285a17b5e |
UHC | 鄧Ⅱ}鄧Ⅱ{^ | 1101010011111000101001011011000101111101110101001111100010100101101100010111101101011110 | d4f8a5b17dd4f8a5b17b5e |
SJIS-Win,EUC-JP: Classic charsets mainly used as Japanese encoding set on Windows(SJIS-Win=CP932) and UNIX(EUC-JP)