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 | ?η? | 00111111100000111100010100111111 | 3f83c53f |
EUC-JP | 焰η? | 100011111100100111101111101001101100011100111111 | 8fc9efa6c73f |
UTF-8 | 焰η츣 | 1110011110000100101100001100111010110111111011001011100010100011 | e784b0ceb7ecb8a3 |
UHC | 焰η츣 | 111001101111101110100101111001111010111010011010 | e6fba5e7ae9a |
SJIS-Win,EUC-JP: Classic charsets mainly used as Japanese encoding set on Windows(SJIS-Win=CP932) and UNIX(EUC-JP)