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 | ???? | 00111111001111110011111100111111 | 3f3f3f3f |
SJIS-WIN | ?η?? | 0011111110000011110001010011111100111111 | 3f83c53f3f |
EUC-JP | 焰η?焰 | 100011111100100111101111101001101100011100111111100011111100100111101111 | 8fc9efa6c73f8fc9ef |
UTF-8 | 焰η옚焰 | 1110011110000100101100001100111010110111111011001001100010011010111001111000010010110000 | e784b0ceb7ec989ae784b0 |
UHC | 焰η옚焰 | 1110011011111011101001011110011110011110100111101110011011111011 | e6fba5e79e9ee6fb |
SJIS-Win,EUC-JP: Classic charsets mainly used as Japanese encoding set on Windows(SJIS-Win=CP932) and UNIX(EUC-JP)