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 | ??^ | 001111110011111101011110 | 3f3f5e |
SJIS-WIN | 軏住^ | 1111101110110010100011110101101001011110 | fbb28f5a5e |
EUC-JP | 軏住^ | 100011111110000011011001101111011011101101011110 | 8fe0d9bdbb5e |
UTF-8 | 軏住^ | 11101000101110111000111111100100101111011000111101011110 | e8bb8fe4bd8f5e |
UHC | ?住^ | 00111111111100011010110001011110 | 3ff1ac5e |
SJIS-Win,EUC-JP: Classic charsets mainly used as Japanese encoding set on Windows(SJIS-Win=CP932) and UNIX(EUC-JP)