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 | ???? | 00111111001111110011111100111111 | 3f3f3f3f |
SJIS-WIN | 遶溷ョ削 | 11100111101010111001111111100101101011101000110111101101 | e7ab9fe5ae8ded |
EUC-JP | 遶溷ョ削 | 1110111010101101110111101110011110001110101011101011101011101111 | eeaddee78eaebaef |
UTF-8 | 遶溷ョ削 | 111010011000000110110110111001101011101010110111111011111011110110101110111001011000100110001010 | e981b6e6bab7efbdaee5898a |
UHC | ???削 | 0011111100111111001111111101111011111011 | 3f3f3fdefb |
SJIS-Win,EUC-JP: Classic charsets mainly used as Japanese encoding set on Windows(SJIS-Win=CP932) and UNIX(EUC-JP)