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 | ??@? | 00111111001111110100000000111111 | 3f3f403f |
SJIS-WIN | 狸終@抒 | 10010010010010111000111101001001010000001001110101010010 | 924b8f49409d52 |
EUC-JP | 狸終@抒 | 11000011101011001011110110101010010000001101100110110011 | c3acbdaa40d9b3 |
UTF-8 | 狸終@抒 | 11100111100010111011100011100111101101011000001001000000111001101000101010010010 | e78bb8e7b58240e68a92 |
UHC | 狸終@抒 | 11010111111000011111000011111011010000001101111111110001 | d7e1f0fb40dff1 |
SJIS-Win,EUC-JP: Classic charsets mainly used as Japanese encoding set on Windows(SJIS-Win=CP932) and UNIX(EUC-JP)