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 | ???F | 00111111001111110011111101000110 | 3f3f3f46 |
SJIS-WIN | 脱尊尊F | 10010010010001011001000110111000100100011011100001000110 | 924591b891b846 |
EUC-JP | 脱尊尊F | 11000011101001101100001010111010110000101011101001000110 | c3a6c2bac2ba46 |
UTF-8 | 脱尊尊F | 11101000100001001011000111100101101100001000101011100101101100001000101001000110 | e884b1e5b08ae5b08a46 |
UHC | ?尊尊F | 001111111111000011101110111100001110111001000110 | 3ff0eef0ee46 |
SJIS-Win,EUC-JP: Classic charsets mainly used as Japanese encoding set on Windows(SJIS-Win=CP932) and UNIX(EUC-JP)