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 | ????^ | 0011111100111111001111110011111101011110 | 3f3f3f3f5e |
SJIS-WIN | 廴兌廴兌^ | 100111000100110110011001010110111001110001001101100110010101101101011110 | 9c4d995b9c4d995b5e |
EUC-JP | 廴兌廴兌^ | 110101111010111011010001101111001101011110101110110100011011110001011110 | d7aed1bcd7aed1bc5e |
UTF-8 | 廴兌廴兌^ | 11100101101110111011010011100101100001011000110011100101101110111011010011100101100001011000110001011110 | e5bbb4e5858ce5bbb4e5858c5e |
UHC | ?兌?兌^ | 00111111111101111011101000111111111101111011101001011110 | 3ff7ba3ff7ba5e |
SJIS-Win,EUC-JP: Classic charsets mainly used as Japanese encoding set on Windows(SJIS-Win=CP932) and UNIX(EUC-JP)