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 | ?粟?賞^ | 00111111100010001011111000111111100011111101110001011110 | 3f88be3f8fdc5e |
EUC-JP | ?粟?賞^ | 00111111101100001100000000111111101111101101111001011110 | 3fb0c03fbede5e |
UTF-8 | 黎粟歷賞^ | 11101111101001101000100111100111101100101001111111101111101001101000110011101000101100111001111001011110 | efa689e7b29fefa68ce8b39e5e |
UHC | 黎粟歷賞^ | 111001101011000111100001110110001110011010111000110111111101101101011110 | e6b1e1d8e6b8dfdb5e |
SJIS-Win,EUC-JP: Classic charsets mainly used as Japanese encoding set on Windows(SJIS-Win=CP932) and UNIX(EUC-JP)