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 | ??? | 001111110011111100111111 | 3f3f3f |
SJIS-WIN | ?ο? | 00111111100000111100110100111111 | 3f83cd3f |
EUC-JP | 焰ο? | 100011111100100111101111101001101100111100111111 | 8fc9efa6cf3f |
UTF-8 | 焰ο풘 | 1110011110000100101100001100111010111111111011011001001010011000 | e784b0cebfed9298 |
UHC | 焰ο풘 | 111001101111101110100101111011111011111010011011 | e6fba5efbe9b |
SJIS-Win,EUC-JP: Classic charsets mainly used as Japanese encoding set on Windows(SJIS-Win=CP932) and UNIX(EUC-JP)