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 | ??~ | 001111110011111101111110 | 3f3f7e |
SJIS-WIN | 軏住~ | 1111101110110010100011110101101001111110 | fbb28f5a7e |
EUC-JP | 軏住~ | 100011111110000011011001101111011011101101111110 | 8fe0d9bdbb7e |
UTF-8 | 軏住~ | 11101000101110111000111111100100101111011000111101111110 | e8bb8fe4bd8f7e |
UHC | ?住~ | 00111111111100011010110001111110 | 3ff1ac7e |
SJIS-Win,EUC-JP: Classic charsets mainly used as Japanese encoding set on Windows(SJIS-Win=CP932) and UNIX(EUC-JP)