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 | 遏彈遏彈^ | 111001111001111110011100010110111110011110011111100111000101101101011110 | e79f9c5be79f9c5b5e |
EUC-JP | 遏彈遏彈^ | 111011101010000111010111101111001110111010100001110101111011110001011110 | eea1d7bceea1d7bc5e |
UTF-8 | 遏彈遏彈^ | 11101001100000011000111111100101101111011000100011101001100000011000111111100101101111011000100001011110 | e9818fe5bd88e9818fe5bd885e |
UHC | ?彈?彈^ | 00111111111101111010010100111111111101111010010101011110 | 3ff7a53ff7a55e |
SJIS-Win,EUC-JP: Classic charsets mainly used as Japanese encoding set on Windows(SJIS-Win=CP932) and UNIX(EUC-JP)