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 | ???^ | 00111111001111110011111101011110 | 3f3f3f5e |
SJIS-WIN | 愎塀鵈^ | 10011100101111011001010110111011111010011111110001011110 | 9cbd95bbe9fc5e |
EUC-JP | 愎塀鵈^ | 11011000101111111100101010111101111100101111111001011110 | d8bfcabdf2fe5e |
UTF-8 | 愎塀鵈^ | 11100110100001001000111011100101101000011000000011101001101101011000100001011110 | e6848ee5a180e9b5885e |
UHC | 愎??^ | 1111100010110100001111110011111101011110 | f8b43f3f5e |
SJIS-Win,EUC-JP: Classic charsets mainly used as Japanese encoding set on Windows(SJIS-Win=CP932) and UNIX(EUC-JP)